Advanced Usage of Linux Grep Command
Grep recursively: -R, -r, --recursive grep -r "127" /etc Use grep to search words only: -w, --word-regexp Select only those lines containing matches that form whole words grep -w "boo" file -s, --no-messages Suppress error messages about nonexistent or unre...
from Google Plus RSS Feed for 101157854606139706613 http://lifelongprogrammer.blogspot.com/2013/12/advanced-usage-of-linux-grep-command.html
via LifeLong Community
Grep recursively: -R, -r, --recursive grep -r "127" /etc Use grep to search words only: -w, --word-regexp Select only those lines containing matches that form whole words grep -w "boo" file -s, --no-messages Suppress error messages about nonexistent or unre...
from Google Plus RSS Feed for 101157854606139706613 http://lifelongprogrammer.blogspot.com/2013/12/advanced-usage-of-linux-grep-command.html
via LifeLong Community
No comments:
Post a Comment