Hi Eric, On Fri, May 10, 2013 at 09:18:27AM +0200, Eric Lavarde wrote: > to check multiple files I often tend to use 'cat *somefiles*' but it's > all concatenated and difficult to read, so I switch back to 'head > -nSOMETHINGBIG *somefiles*' but it's not optimal and I might miss lines > if a file is bigger than expected.
Try head -n-0. HTH, Erik
