Last Updated: February 25, 2016
·
383
· wulab

Print multiple files separated by blank

$ cat file1 <(echo) file2 <(echo) file3

This makes it easier to tell each file apart.