/ Published in: Bash
see man files for cat & fgrep for understand the switchs
Expand |
Embed | Plain Text
cat -A file_name.txt | fgrep -U -n -x $
You need to login to post a comment.
yuconner on 08/25/06
regularexpressions linux commands
1 person have marked this snippet as a favorite
see man files for cat & fgrep for understand the switchs
cat -A file_name.txt | fgrep -U -n -x $
You need to login to post a comment.