Linux Commands Equivalent to 'cat'

Just check..,these command will produce the same results...


cat <filename>

grep -v "^$" <filename>

sed 'a\' <filename>

This entry was posted by Unknown. Bookmark the permalink.

One thought on “Linux Commands Equivalent to 'cat'”

Leave a Reply