Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: using cat command to copy file to another file  (Read 12195 times)

0 Members and 1 Guest are viewing this topic.

soha yaacoub

  • Guest
using cat command to copy file to another file
« on: October 19, 2004, 05:52:43 PM »
hi..
i want to know how we use cat command to copy a file to another one.
thnx

blaahbzz

  • Guest
Re: using cat command to copy file to another file
« Reply #1 on: October 19, 2004, 11:01:47 PM »
cat file1 >> file2

file1-> source file
file2-> destination file.

8)