Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
I have this two files (file1.txt and file2.txt) my wanted output is output12.txt:
file1.txt
1c 2c 1c 2c
file2.txt
output12.txt
1c 2c 1c 2c 1c 2c 1c 2c
how i can do this ? sed pipe cut ?