In order to search for a string in some files, use 'grep' like this:
Uncategorized
1
Posts
1
Posters
3
Views
-
In order to search for a string in some files, use 'grep' like this:
grep "string" filename1 [filename2 filename3 ...]
This will print out the lines in the files that contain the string. grep can
also do a lot more advanced searches - type 'man grep' for details. -
undefined stefano@mastodon.bsd.cafe shared this topic on