displays each file with its name before its content:
$ head -999 file-a file-b file-c
displays each file with its name before each line of its content:
$ pipegrep '' cat file-a file-b file-c
Search the web for pipegrep, if you are interested in it! It is written in one word.
No comments:
Post a Comment
Note: Only a member of this blog may post a comment.