TCLUG Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [TCLUG:12908] Shell Scriptting!



while : 
do
free -t -k >> /home/jonathankl/freemem.log
sleep 10
done

> 
> OK I want this script to loop infinitly... It runs twice then exits:
> 
> free -t -k >> /home/jonathankl/freemem.log
> sleep 10
>