Search Results

Search: Posts Made By: hanson44
1,963
Posted By hanson44
Here's how I would suggest doing it, using...
Here's how I would suggest doing it, using following starting materials:
$ cat file1
aaa
bbb
ccc
ddd

$ cat file2
AAA
BBB
CCC
DDD
Read file2 into file1, after 2nd line of file1:
$ sed "2...
1,963
Posted By hanson44
You can't do that with cat. "cat file1 file2"...
You can't do that with cat. "cat file1 file2" always places file2 at the end of file1. cat does not look for intermediate positions within files.

Could you provide a short example of file1 and...
Showing results 1 to 2 of 2

 
All times are GMT -4. The time now is 09:29 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy