Hi, This example shows that an empty file will be used to create an empty column. But in some cases, it makes more sense to just ignore such a column. Is there a way to instruct paste to ignore an empty file?
$ > empty_file
$ paste empty_file <(seq 3)
1
2
3
--
Regards,
Peng
