Title: RE: [Perl-unix-users] Reading Unix's top command
As i was trying to use your -b option, i realized there was a:
-f filename
option on Unix, which printed out the output of top to filename, in a readable format.
Thanks you all for your help
kareem
-Original Message-
F
On Wednesday 01 October 2003 07:06 pm, [EMAIL PROTECTED] wrote:
> Hi,
>
> In order to get an email advising me that a process is using too much %cpu,
> i wanted to be able to redirect the output of the Unix top command into a
> text file, then use regular expressions to get the data i need.
> Howev