Mike Leone on Mon, 4 Nov 2002 21:00:12 -0500 |
Bill Jonas (bill@billjonas.com) wrote this on 11 04, 02 at 19:24: > On Mon, Nov 04, 2002 at 05:45:35PM -0500, Arthur S. Alexion wrote: > > The parts are filename.ext.001, filename.ext.002, etc. > > Would > > copy /b filename.ext.00? filename.ext > > also work? > > I'm not sure. I think that the plus signs are required for combining > the files, which would rule out using wildcards. The plus is a concat operator. "copy file1+file2 file3" will concat file1 and file2 into file3. The "/b" operator mentioned previously indicates that the source files are binaries, and so don't use the regular EOF (^Z) indicator. -- PGP Fingerprint: 0AA8 DC47 CB63 AE3F C739 6BF9 9AB4 1EF6 5AA5 BCDF Member, LEAF Project <http://leaf.sourceforge.net> AIM: MikeLeone Public Key - <http://www.mike-leone.com/~turgon/turgon-public-key.asc> Registered Linux user# 201348 Attachment:
pgpfyI3H4SBfS.pgp
|
|