in reply to Re: Script to manipulate data is not giving me any output
in thread Script to manipulate data is not giving me any output

Awk is needed to put the columns in the right place and then pipe the output to the calculate script which basically looks at a value higher then 24 and then is needs to be placed in the /tmp/snapvault_status.out.out file It looks like I should not use the while statement?
  • Comment on Re^2: Script to manipulate data is not giving me any output

Replies are listed 'Best First'.
Re^3: Script to manipulate data is not giving me any output
by almut (Canon) on Sep 17, 2009 at 09:36 UTC
    It looks like I should not use the while statement?

    Yes, I can't see much use in it — except to slow down the processing ;)

    As it looks, calling it just once (using system !) should be sufficient.