Tagged Questions
0
votes
1answer
482 views
How to get lines that contain string in a file?
In Linux, How do I display lines that contain a string in a text file, such as:
search "my string" file_name
How do I make the search case sensitive/insensitive?
And how do I also display the line ...
0
votes
1answer
305 views
How to find a file that contains the specified string in FreeBSD?
I'm searching for the way to find a file that contains specified string text.
It should be fast as possible but its not that important.
I was reading the manual, and I've build something like that: ...