SUMMARY: recursive script

From: Susan Papp <SPapp_at_mda.co.uk>
Date: Tue Jan 31 2006 - 09:16:28 EST
Hallo,

Two replies much appreciated from Param Krish  and Neil Hunt.

Both scripts worked but I decided to run with the simpler one:

#!/bin/ksh
#
for i in `ls`
do
echo "Filename is $i"
#
   sar -f $i -a > sarA$i
   sar -f $i -d > sarD$i
#
done
#

Sue Papp

Unix Systems Administrator
MDA Transaction Online
Mobile: +44-07917-657-255
spapp@mda.co.uk
Received on Tue Jan 31 09:16:54 2006

This archive was generated by hypermail 2.1.8 : Thu Mar 03 2016 - 06:43:54 EST