Linux Commands Equivalent to 'cat' Posted on Thursday, July 12, 2012 Just check..,these command will produce the same results... cat <filename> grep -v "^$" <filename> sed 'a\' <filename>
good one