paste

paste file1 file2
name,surname salary,bonus
Emma,Stanford 1000,100
Ilya,Ivanov 500,100
George,Miller 400,50

paste file1 file2 -d ","
name,surname,salary,bonus
Emma,Stanford,1000,100
Ilya,Ivanov,500,100
George,Miller,400,50


Comments

Popular posts from this blog

15 managing disk - understanding /etc/fstab xfs_admin mount -o rw,remount /

tomcat catalina coyote jasper cluster

list services on startup | initctl list | service --status-all | systemctl list-unit-files --type=service