Linux Crash Course - The grep Command

Поділитися
Вставка
  • Опубліковано 23 гру 2024

КОМЕНТАРІ • 88

  • @Andrii87
    @Andrii87 11 місяців тому +8

    Tutorial starts at 2:00

  • @TradersTradingEdge
    @TradersTradingEdge 2 роки тому +27

    Love these series Jay, thanks very much.
    What I really appreciate in your videos is, that you explain the meaning/naming of options in the commands. For example "-r" for "recursive" ,or "-i" for "insensitive". This helps very much to memorize these options, because they are endless when it comes to shell commands ;-) Keep up your great work Jay, thanks.

  • @Ladida455
    @Ladida455 2 роки тому +11

    I´d love to see a episode on advanced grep use-cases. I´m often supprised how powerful and useful this little application is.

  • @mikegropp
    @mikegropp 2 роки тому +10

    Often the reason people use the format "cat file.txt | grep term" is because they want to search for multiple terms separately. I can can tap the up arrow to get the previous command then easily change "term" since it's at the end of the command where the cursor will be. For a command in a bash file, I would use "grep term file.txt" to keep it shorter.

  • @chrisa.1740
    @chrisa.1740 2 роки тому +2

    Excellent tutorial! I've only used `grep` by looking up examples, but now I'll try and use it from scratch like your examples. This video was well formatted and informative, thank you.

    • @seanfaherty
      @seanfaherty 2 роки тому +2

      I usually run one terminal with what I’m doing and another with the -h dialogue or the man pages. Grep -h or man grep

  • @jmlc11
    @jmlc11 2 роки тому +5

    I also use -l to list only the filenames which contain the search term. and also zgrep for when the files are compressed. Great video!

    • @d00dEEE
      @d00dEEE 2 роки тому +3

      And pgrep to look at processes...

  • @theunclemez
    @theunclemez 2 роки тому +2

    Hello Jay
    only to say thank you so much for this video
    i'll watch it like a good dozen of times
    you actually realized an old dream that even books wasn't able to make possible
    Stay blessed and I stay tuned

  • @Matsuhide114
    @Matsuhide114 24 дні тому

    Very nice, had some issues using grep. I can experiment now using this command and the tips you offered.

  • @Mythologos
    @Mythologos 2 роки тому +4

    Grep is what got me into Unix, it is hands-down my #1 favorite program ever written, I use it for everything! If I hadn't found grep I'd probably still be using Linux like Windows, it opened up a whole world for me.

  • @Boom-i9x
    @Boom-i9x 11 місяців тому

    Thank you for this! I didn't need to take notes because your way of teaching made it so easy to learn and remember for future application.

  • @4thatfilm
    @4thatfilm 10 місяців тому

    @11:05 I love it how Jay gets irritated with us asking a rhetorical question. I've seen other video instructors do this too. It must be frustrating after a while making these videos ...labors of love... and why aren't you people getting this!?!?

  • @AngieThinks
    @AngieThinks 3 місяці тому

    Best grep tutorial! Thank you, I like seeing it live for my training 🤓

  • @oskar3514
    @oskar3514 2 роки тому +8

    Good one Jay. Thanks for the detailed examples. The grep -ri is very powerfull and I'll be using it many times...

    • @d00dEEE
      @d00dEEE 2 роки тому +1

      Do 'which rgrep', and if it exists, it's the equivalent of 'grep -r' without having to do as much typing (yeah, yeah, you're only saving 0.002 seconds, but it's easy to remember, too 😀).

    • @xrafter
      @xrafter 2 роки тому +2

      @@d00dEEE
      اكيد

  • @nkmicros540
    @nkmicros540 2 роки тому

    I use "grep" for a couple of years now and did not know I could use it individually, without pipping it as with "cat", "less" or so...
    This command is more powerful than I was thinking =)

  • @YuriySamorodov
    @YuriySamorodov Рік тому +1

    Isn't pipe slows slowing down execution? In case of cat | grep bash should first get contents of the file and then pipe the whole contents to grep.
    Perhaps grep would run cat under the hood first though...

  • @volkervitt
    @volkervitt 2 роки тому

    After using grep the non-optimal way I finally learned how to do better. Thanks for the video.

  • @TheCodeAlwaysWins
    @TheCodeAlwaysWins Рік тому

    Needed a refresher and this was a great/concise overview

  • @BrianKismetDesign
    @BrianKismetDesign 2 роки тому

    Thanks Jay. I never looked at the man page because I tend to use find, but you explained it very clearly. Grep demystified! I'll be using it a lot more now.

  • @onurronel
    @onurronel Рік тому +1

    THAT IS A INCREDIBLE TEACHING WORK, THANK YOU VERY MUCH.

  • @d00dEEE
    @d00dEEE 2 роки тому +7

    Jay, next week do "How to do your taxes with the 'find' command!" 😁 'find' has soooo many options that it probably requires 3-4 videos...

  • @rileyf9462
    @rileyf9462 Рік тому

    great video and great content. production was there and I am excited to keep using your short and specific videos to help me further my understanding of terminal thank you for doing this.

  • @aaronperl
    @aaronperl 2 роки тому +3

    Are you planning to do (or have you done in the past?) an intro to regular expressions? That's where the real power of grep (and several other unix/linux tools) is. Please realize I am not criticizing the lack of regex in this video; introducing the basics of grep is complex enough as it is :)
    I love regular expressions, I use them all the time. But I always had trouble when I was teaching, trying to get people to really understand what they do and why they're useful. And the syntax is.... not always obvious, even when you're familiar with it.
    This is good series. Although I already know most of these myself ( _not_ a criticism! :) we were all beginners at some point), I have learned a few things along the way, and I think these videos serve as a good introduction to the tools that are available for those just getting started, or who may have avoided the command line in the past.

    • @estaloncha319
      @estaloncha319 2 роки тому

      Don't apologise so much xd

    • @aaronperl
      @aaronperl 2 роки тому

      @@estaloncha319 can't help it, I'm Canadian 😁

  • @kalibmartin7062
    @kalibmartin7062 4 місяці тому

    Thank you for sharing your knowledge

  • @goshmain982
    @goshmain982 5 місяців тому

    Very clean and concise

  • @duamalik4645
    @duamalik4645 Рік тому

    your videos are super helpful, I appreciate your work.

  • @pfeffi030
    @pfeffi030 Рік тому

    loving the Mr. Rogers Sticker 🙂

  • @Joey_Tai
    @Joey_Tai 7 місяців тому

    Great video. I have a question. How do you build this command prompt?

  • @Bubbasaure92
    @Bubbasaure92 7 місяців тому

    Thank you so much this really helped with completing my assignment

  • @juantv9331
    @juantv9331 Рік тому

    Can you please analyze this. Question? I am eager to learn. Thank you very much.
    For instance, given the following command:
    ls --help | grep "dired"
    Answer Format:
    Look to the logs file and filter the specific string which starts with CTK?
    CTK{*****************************************}

  • @srsr6099
    @srsr6099 2 роки тому +1

    Jay can we ask for shell-customization video

  • @olafhuerta2318
    @olafhuerta2318 2 роки тому +1

    Great video 👏🏻

  • @ironmanlifts
    @ironmanlifts 2 роки тому +2

    Hey Jay, thanks for the videos. Funny you mentioned the grep command cause today I looked up how to print everything and highlight the results. ifconfig | grep -e "^" -e "192.168". Actually stopped by to see your kubernetes videos. Don't know much about it so looking to learn more. Rocking that beard. 👊👏

  • @rajs553
    @rajs553 2 місяці тому

    Helpful, thanks!

  • @dhawang.gayash4080
    @dhawang.gayash4080 2 роки тому

    Jay looks great fashioning that beard. Kudos bro!!

  • @RDH.85
    @RDH.85 Рік тому

    Can someone answer this question please? How do you copy and paste the text file from the blog post back into the nano text editor in the Linux command line? Thx

  • @joffreybluthe7906
    @joffreybluthe7906 2 роки тому

    I started watching your channel a few days ago, and I saw some earlier ones before this one. Funny enough, it seems to me like you look younger now than you used to, I think it's because you used to wear glasses and no beard ^^
    Anyway thx for the tips! I'm a big fan of the grep command :)

  • @idoeini429
    @idoeini429 10 місяців тому

    I need help. I try to display lines with grep “/page1”.
    But in addition to “/page1” it displays “/page10”, “/page12”, “/page16”… etc.
    I need “/page1” only. How do I do that?

  • @kychemclass5850
    @kychemclass5850 2 роки тому

    Huion (Graphics tablets) don't make Linux drivers.
    Kernel hardware support isn't perfect as pen position and where pixels appear on screen are offset.
    Offset is rectified by doing
    $ xinput
    and manually reading the ID when you see a line like...
    Tablet Monitor Pen Pen (0)
    which is escorted by the tabbed value "id=20"
    This id number is used with data from the $ xrandr command
    which gives the name of the Graphics tablet. My $ xrandr command gave the tablet the name of "HDMI-1"
    Then you do
    $ xinput map-to-output 20 HDMI-1
    to correct the offset.
    Your explanation of grep has moved me one step closer to automating the process
    (p.s. the ID number changes when I use a different graphic tablet, 20" or 16") grep will help me make run a script that can read the current 'id' number and the 'name' to automatically run the map command.
    Thank you so much Jay. Much appreciated.

  • @azizmili3800
    @azizmili3800 2 роки тому

    you are our super hero thank you

  • @shishirkrishna2772
    @shishirkrishna2772 Рік тому

    I have a question, in a folder there are 1000's of files where I need to search for two words which is not in a single sentence but is in a single file. So how can I use the grep command

  • @brpawankumariyengar4227
    @brpawankumariyengar4227 6 місяців тому

    Thank you very much ….very useful Video

  • @xhulioberberi7823
    @xhulioberberi7823 2 роки тому

    Please make one tutorial for configuring coTurn in NextCloud Talk.

  • @PoseidonsRage21
    @PoseidonsRage21 8 місяців тому

    What I'm trying to figure out is. how do I isolate negative numbers, I've tried
    $ grep -e -$ file
    But it comes up with nothing.
    There're 5 lines with negative numbers that I have to isolate, but I can't figure out how to

  • @georgehope5477
    @georgehope5477 Рік тому

    Super cool, very useful, thank you very much.

  • @k.chriscaldwell4141
    @k.chriscaldwell4141 3 місяці тому

    Thank you.

  • @georgea8522
    @georgea8522 3 місяці тому

    Wow, I saw a Richard Dawkins book on the shelf and it looks like "The Greatest Show on Earth." Cool!

  • @stefanomarini8468
    @stefanomarini8468 2 роки тому

    The best teacher ever, thank you!

  • @SathwikTS-xh9vf
    @SathwikTS-xh9vf Рік тому

    is there anything which will help me open that file and point to it instead of just printing that given line
    ??

  • @tazaccking7467
    @tazaccking7467 2 роки тому

    sir I am using redhat in virtual box and i want to connect my windows host machine to redhat ansible. is it possible ??

  • @goshmain982
    @goshmain982 5 місяців тому

    Liked for real world examples

  • @speakyourmind1989
    @speakyourmind1989 10 місяців тому

    Awesome . Thanks man

  • @yvanvogel6401
    @yvanvogel6401 7 місяців тому

    Thanks a lot !

  • @PS_Tube
    @PS_Tube 2 роки тому

    Your videos are gem Jay. Thank you.

  • @likithr.n9692
    @likithr.n9692 Рік тому

    Amazing explanation

  • @RalphNgOfficial
    @RalphNgOfficial Рік тому

    Can I use grep to find for a file ?

  • @hitthetraget8233
    @hitthetraget8233 9 місяців тому

    i love that samus is now a "bounty hunger". they must really like bounties huh.

  • @melwinsebastian6384
    @melwinsebastian6384 2 роки тому

    How to search for whitespace using grep

  • @bahathir_
    @bahathir_ 2 роки тому +2

    Corrections for "-c" option.
    "-c, --count print only a count of selected lines per FILE.."
    So if there are 2 or more occurances in a line, it count as 1.
    Thank you.

  • @jbuddyman
    @jbuddyman Рік тому

    Thanks for sharing

  • @YannMetalhead
    @YannMetalhead 7 місяців тому

    Good video!

  • @DmitryStepanov-mo6wt
    @DmitryStepanov-mo6wt Рік тому

    thanks for guide❤

  • @keithmiller9665
    @keithmiller9665 2 роки тому

    Good video. Thank You!

  • @garimasingh8530
    @garimasingh8530 8 місяців тому

    Thanks

  • @fmj_556
    @fmj_556 2 роки тому +1

    Your vid’s are awesome! Thanks!!!

  • @SunsetGraffiti
    @SunsetGraffiti 7 місяців тому

    Your character list proves we are of the same creed. Hello, brother.

  • @bw_merlin
    @bw_merlin 2 роки тому

    This was great.

  • @anandbvs143
    @anandbvs143 Рік тому

    ❤ excellent

  • @yaserfazel4839
    @yaserfazel4839 Рік тому

    thank you

  • @DouggieDinosaur
    @DouggieDinosaur 2 роки тому

    Great video - great sponsor too - Linode is what I've been needing for years (sick of PLESK).

  • @shannonbrookshire234
    @shannonbrookshire234 Рік тому

    awesome video

  • @samirfighter1213
    @samirfighter1213 8 місяців тому

    thnx

  • @toylemmons9320
    @toylemmons9320 7 місяців тому

    TY

  • @MOHAMEDSOLIMAN-py7kl
    @MOHAMEDSOLIMAN-py7kl Рік тому

    thank u

  • @jd5274
    @jd5274 9 місяців тому

    nICE FF6 Reference!

  • @dancing_frank_lee
    @dancing_frank_lee Місяць тому

    bien 😃

  • @porcellinoveille
    @porcellinoveille Рік тому

    Thx so much teaching I.T. and english also lol

  • @williambaldwin9346
    @williambaldwin9346 2 роки тому

    Terra should be Esper/ Human ;)

  • @Labe-ab
    @Labe-ab 24 дні тому

    ❤❤

  • @xrafter
    @xrafter 2 роки тому

    grep is a grep.

  • @xLuminary
    @xLuminary Рік тому +2

    please fix your pictures in the background they are not equidistant. My disappointment is immeasurable and my day is ruined

  • @abnow1998
    @abnow1998 Рік тому

    Before running any command, you should have shown that file contents and then could have explained by using grep we can extract / filter out this text from this, poor explanation