littleIdiot
MIS
Hi
I want to paste two files together and have NO delimiter, so that one line seemlessly joins another.
e.g
does that make sense?
I have tried paste, and I can't get it to NOT put in a delimiter.
Any ideas?
Thanks.
I want to paste two files together and have NO delimiter, so that one line seemlessly joins another.
e.g
Code:
file_1 file_2
------- ------
i want th is line to
join up w ith this line
result
------
i want this line to
join up with this line
I have tried paste, and I can't get it to NOT put in a delimiter.
Any ideas?
Thanks.