Display file contents with file names;
tail +1 many_files*
It works on Mac, BSD.
For GNU tail, use
tail -n +1 many_files*
http://stackoverflow.com/questions/5917413/cat-multiple-files-but-include-filename-as-headers
Display file contents with file names;
tail +1 many_files*
It works on Mac, BSD.
For GNU tail, use
tail -n +1 many_files*
http://stackoverflow.com/questions/5917413/cat-multiple-files-but-include-filename-as-headers
Leave a Reply