[RndTbl] bash expansion question

Robert Keizer robert at cluenet.org
Wed Jul 7 01:45:12 CDT 2010


Try this: 

for i in `ls /path/to/dir`; do
   # i is set here, only when it contains something..
   echo $i;
done;


More information about the Roundtable mailing list