Command Line Useful Commands

From Interaction Station Wiki
Revision as of 20:37, 28 June 2019 by Javi (talk | contribs) (→‎Grep)
Jump to navigation Jump to search

Grep

grep string_to_search path
-l It outputs the file names, no the text in that line


Wc

Command for counting
grep string_to_search path | wc -l 

It counts how many lines in that files/s have that string