Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 120 Bytes

useful-commands.md

File metadata and controls

5 lines (3 loc) · 120 Bytes

Useful commands

Search and replace strings recursively

grep -RiIl 'search' | xargs sed -i 's/search/replace/g'