Is there any program which can take a large number of files in a category
and connect them all into one long text file?
Eugene
Is there any program which can take a large number of files in a category
and connect them all into one long text file?
Eugene
Re: program
On Saturday 01 June 2002 12:53 pm, Yevgeniy Leshchinskiy wrote:
> Is there any program which can take a large number of files in a category
> and connect them all into one long text file?
If you have them on a *nix box.
cat file* > file.txt
will join file1.txt, file2.txt, file3.txt, etc…
–
John R. Marshall - Web Developer
JRM Studios - http://www.jrmstudios.com
The Hotrodding Network - http://www.hotrodding.net
Re: program
Anything similar for Windows, plus files have different names?
Eugene
“John R. Marshall” <john@jrmstudios.com> wrote in message
news:adb3ha$3r6$1@www.darklock.com…
> On Saturday 01 June 2002 12:53 pm, Yevgeniy Leshchinskiy wrote:
>
> > Is there any program which can take a large number of files in a
category
> > and connect them all into one long text file?
>
> If you have them on a nix box.
>
> cat file > file.txt
>
> will join file1.txt, file2.txt, file3.txt, etc…
>
> –
> John R. Marshall - Web Developer
>
> JRM Studios - http://www.jrmstudios.com
> The Hotrodding Network - http://www.hotrodding.net
Re: program
“Yevgeniy Leshchinskiy” <webmaster@animationlibrary.com> wrote in message
news:adb47s$b3k$1@www.t-shirtcountdown.com…
> Anything similar for Windows, plus files have different names?
>
> Eugene
>
copy file1.txt + file2.txt + file3.txt > bigfile.txt
Leonid S. Knyshov, CEO
Crashproof Solutions, LLC
Your Technology Business Partner