-2

I have this two files (file1.txt and file2.txt) my wanted output is output12.txt:

file1.txt

1c 2c
1c 2c

file2.txt

1c 2c
1c 2c

output12.txt

1c 2c
1c 2c
1c 2c
1c 2c

how i can do this ? sed pipe cut ?

4

1 に答える 1