COPY Command - copying more files in to a single file
by rajesh[ Edit ] 2009-11-05 00:26:12
COPY Command:
Syntax : COPY <files list> <destination file>
Copy command can be used to copy the datas of more than one files in to a single file.
Let us consider we have file a.txt and b.txt and want to copy the datas from both a.txt and b.txt to z.txt
the resulting command to do this will be
> COPY a.txt b.txt z.txt