ref: 9364ce451d5ed81f8b05cf69c2e7c366aae193e2 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" }