ref: e4898948fcdc3c3cd715fa88ee83392a9e41a031 dir: /bin/paste/
#!/bin/awk -f FNR == NR{ s = $0 printf "%s", $0 for(i=2; i<ARGC; i++){ getline <ARGV[i] printf OFS "%s", $0 } printf "\n" }