Sort by time | Sort by thread (beta)

Link to this comment:

Share to:

All Comments (9)

Sign In or Sign Up now to post a comment!
  • that is good

  • grep is great

  • I found it not useful, but very useful, thank you very much

  • That voice or way of taliing rather, that "SUPER SERIOUS tutorial voice" Its THE WORST way to talk to someone ever!

    Please speak like a normal person next time, its less annoying :D

  • @daeheadshot

    Helge sorry you found the voice annoying, I certainly wasn't try to annoy anyone -- I was trying to make the video "work safe" and sound professional, but I'll take your comments on board, and try to make future videos less serious

    Paul,

  • Hi, thanks ..this is quite a useful lesson. also could you please tell me how to add alias as yo have mentioned in the lesson.

  • Hi,

    It's a very interesting upload.

    Could you pls. tell me how to search multiple strings in multiple files in a folder and subfolders?

  • @ritika8sharma2 Thanks, glad you liked the video. You can search all files and sub-folders by doing :- grep -rl "stringtofind" . Which will list the file names the string to find is found in, the dot at the end tells grep to use the current folder as the starting point. To search for multiple strings use the following format :- grep -rl 'string1\|string2\|string3' . Cheers Paul
  • Comment removed

Loading...
Alert icon
0 / 00Unsaved Playlist Return to active list
    1. Your queue is empty. Add videos to your queue using this button:
      or sign in to load a different list.
    Loading...Loading...Saving...
    • Clear all videos from this list
    • Learn more