Horje
shell script search from file content Code Example
shell script search from file content
grep 'word' filename
grep 'word' file1 file2 file3
grep 'string1 string2'  filename
cat otherfile | grep 'something'
command | grep 'something'
command option1 | grep 'data'
grep --color 'data' fileName




Shell

Related
how to use termianl on mac to go back one directory Code Example how to use termianl on mac to go back one directory Code Example
execute program in background bash Code Example execute program in background bash Code Example
gem install rails version Code Example gem install rails version Code Example
return to previous directory terminal Code Example return to previous directory terminal Code Example
count new lines bash Code Example count new lines bash Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
10