At 04:27 PM 4/19/01 -0400, Drain, Frank wrote:
>Hello,
>
>I am very new to perl. I have two pst (personal folder files) that I want
>to combine into one.
>
>I know how to use cat in Linux. How do do this
>same operation in perl under windows?
# cat. Usage, e.g. perl cat .pl file1 file2 >file3
while (<>) { print }
--
Peter Scott
Pacific Systems Design Technologies
http://www.perldebugged.com
- cat a file Drain, Frank
- RE: cat a file Peter Scott
- RE: cat a file Nic LAWRENCE
- Re: cat a file Walnut
- Re: cat a file Sean O'Leary
- RE: cat a file King, Jason
- RE: cat a file blowther
- RE: cat a file David_Kalnins
