stupid bash tricks (how to loop on the command line)

John Summerfield debian at herakles.homelinux.org
Thu Nov 8 22:55:56 UTC 2007


aragonx at dcsnow.com wrote:
> Okay, I saw a neat trick at work the other day.  A coworker somehow got
> the shell to do looping without creating a file.  I believe he was using
> csh to do so and I was wondering if I could do the same thing in bash. 
> Basically I would like to be able to do a while loop to execute a df
> command.
> 
> Any ideas?

while df ; do sleep 30m ;done


-- 

Cheers
John

-- spambait
1aaaaaaa at coco.merseine.nu  Z1aaaaaaa at coco.merseine.nu
-- Advice
http://webfoot.com/advice/email.top.php
http://www.catb.org/~esr/faqs/smart-questions.html
http://support.microsoft.com/kb/555375

Please do not reply off-list




More information about the fedora-list mailing list