On Fri, Oct 18, 2002 at 10:07:20PM -0400, chris wrote:
> Can I use wildcard to create a bigfile?
> 
> # cannot open file
> perl -pei *.txt > bigfile

The line you're using doesn't make any sense.  You might need to elaborate
on what exactly you're trying to accomplish.  However, if all you're trying
to do is join a bunch of files into one large file, use cat, not perl.


Michael
--
Administrator                      www.shoebox.net
Programmer, System Administrator   www.gallanttech.com
--

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to