Re: [OPTIMIZATION] RAM (previously: Random Thought)

From: Peter Ajamian (peter@pajamian.dhs.org)
Date: 10/13/00


Treker wrote:
>
> Combining files is simple.  You could even use the DOS "copy /b file1 +
> file2 > combinedfile" syntax binary copy.
>
> Well, that's a little tidbit of command prompt scripting.
>
> Umm, I am not familiar with the shell equivalent, although as well designed
> as the POSIX 'cp' is, I'm sure there's an equivalent in most shells/Linux
> distros.
>
> Anyone care to share knowledge of doing such copy procedures in Linux? (not
> how to do them in c++, but using the shell).

cat file1 file2 > combinedfile

Regards, Peter


     +------------------------------------------------------------+
     | Ensure that you have read the CircleMUD Mailing List FAQ:  |
     |  http://qsilver.queensu.ca/~fletchra/Circle/list-faq.html  |
     +------------------------------------------------------------+



This archive was generated by hypermail 2b30 : 04/10/01 PDT