[Message Prev][Message
Next][Thread Prev][Thread Next][Message
Index][Thread Index]
Re: OT: Merge CSV files
- Subject: Re: OT: Merge CSV files
- From: "David Buckley" <db@xxxxxxxxxxx>
- Date: Thu, 30 Sep 2004 20:11:56 -0000
--- In ukha_d@xxxxxxx, "aashram" <groups@a...> wrote:
> from memory something like this
>
> copy /b xaa.csv xab.csv xav.csv bigfile.csv
Not quite
copy /a xaa.csv+xab.csv+xav.csv bigfile.csv
the /a says thay are ascii text files, /b is for binary. I dont know
if you can leave the plus signs out, but certainly you used to need them.
UKHA_D Main Index |
UKHA_D Thread Index |
UKHA_D Home |
Archives Home
|