Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 147 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 147 Bytes

Install

Cheetsheet grep all files in current dir

grep -rni "String" *

grep all files using file pattern

grep foo **/*.js