I need to implement some text, date, into another text file. For instance, first line in 7 line and second line in 10 line of another text file?
Thanks in advance.
Thanks in advance.
7 i lineSeven 10 i lineTen
sed -fcomm <myFile
sed -fcomm >myNewFile <myFile
Comment