Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

2
  • Ah I see thank you for clearing that up. And then what does the "$path" do at the end of the grep command? Commented Nov 18, 2018 at 2:08
  • at the end of the grep command is the file or directory to be searched. this example has the -r flag to do a recursion of all files in the directory named at the end. Commented Nov 18, 2018 at 4:55