Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 103 Bytes

Grep Commands.md

File metadata and controls

5 lines (4 loc) · 103 Bytes

Command to find a piece of text in folder

grep -rnw '/path/to/somewhere/' -e 'pattern'