Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 524 Bytes

File metadata and controls

12 lines (8 loc) · 524 Bytes

Chapter 3, Section 3: Finding Files

Using Find

  • need example of find command (or several) At some point you will need to search the files on your system. You may be looking for a file modified at a particular date, owned by a particular user, or for a file with a particular name or which contains a particular string. To do this, we can use the find command.

The find command recursively searches

Using grep to search?

  • grep examples
  • grep regex examples, explain what regular expressions and give examples