moonx bobzhang/paste -d, nums.txt letters.txt
moonx bobzhang/paste -s -d, nums.txt # serial: one output line per file
Options: -d LIST delimiter characters cycled between columns (defaultTAB; \t, \n, \0 for empty, and \\ are understood), -s serialmode. Each - argument reads the full stdin content.