Erik Auerswald wrote:
> 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.

I like it!  I did not know about that possibility before.  Thank you
for sharing it.  I would have suggested it if I had known about it.

Bob

Reply via email to