Question #79076 on nautilus in ubuntu changed:
https://answers.launchpad.net/ubuntu/+source/nautilus/+question/79076

    Status: Open => Answered

actionparsnip proposed the following answer:
you can add the contents of one file to the end of another. This works
great with text files but I am unsure with formatted documents:

you can use:

copy file1.txt+file2.txt output.txt

will create a concactonated file with file1 above file2 in output.txt

you could also try:

cat file2.txt >> file1.txt

which will add the data in file2.txt to the end of file1.txt.

I suggest you make a backup copy of both so you can experiment.

-- 
You received this question notification because you are a member of UF
Unanswered Posts Team, which is an answer contact for Ubuntu.

_______________________________________________
Mailing list: https://launchpad.net/~ubuntuforums-unanswered
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~ubuntuforums-unanswered
More help   : https://help.launchpad.net/ListHelp

Reply via email to