paste¶
Print 2 files in columns¶
Print 2 files in columns¶
Print 2 files in table¶
paste <(printf %s "$varA") <(printf %s "$varB")
paste -d' ' <(cut -f1 1) <(cut -d' ' -f2 2) |column -t
Last update: August 10, 2022
Created: August 10, 2022
Created: August 10, 2022