timm / crusty

Automatically exported from code.google.com/p/crusty
0 stars 0 forks source link

f #33

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Is it necessary for these two scripts to be in crusty?  They don't seem to
do much.

Original issue reported on code.google.com by bdsow...@gmail.com on 23 Jan 2007 at 6:15

GoogleCodeExporter commented 9 years ago
There a little handy when getting some feedack loop in long scripts. e.g.

e.g. someLongProcess > output.file

and in someLoneProcess is a loop like

for((i=1;i<=100;i++))
do
    blab "."
    for((j=1;j<=100;j++))
    do
         echo $i $i
    done
done

Original comment by menzies....@gmail.com on 4 Feb 2007 at 3:45