[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: Capturing output > doesn't work
- From: Ahbaid Gaffoor <ahbaidg worldnet att net>
- To: redhat-list redhat com
- Subject: Re: Capturing output > doesn't work
- Date: Thu, 27 Jul 2000 18:29:21 -0700
Try:
script
perl -w frank
exit
vi typescript
or
perl -w frank 1>output.good 2>output.errors
HTH,
Ahbaid.
Wes Owen wrote:
> I am trying to capture the output of:
>
> perl -w frank > text.file
> Can't open perl script "frank": No such file or directory
> less text.file
>
> and text.file is empty. Instead of "Can't open perl script "frank": No
> such file or directory" going to the file, it is outputted to the
> screen. Is there any way to capture the output of perl -w? I am doing
> this though a bash cgi script, so what prints to the screen doesn't always
> show up on the web.
>
> Thanks for any/all help.
>
> Wes
>
> --
> To unsubscribe: mail redhat-list-request redhat com with "unsubscribe"
> as the Subject.
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]