Return to Snippet

Revision: 992
at August 25, 2006 15:21 by yuconner


Initial Code
cat -A file_name.txt | fgrep -U -n -x $

Initial URL


Initial Description
see man files for cat & fgrep for understand the switchs

Initial Title
Find a blank line with fgrep

Initial Tags
linux

Initial Language
Bash