ok basically i need to know if there is a command to copy the contents of 1 text file into another at the end of it.
So basically i need to copy whats inside one.txt into two.txt
any ideas??
if '1.txt' contained 'world' and '2.txt' contained 'hello ', then 'type 1.txt >> 2.txt' would make '2.txt' become 'hello world'.
> is overwrite redirection
>> is append redirection
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.