[wellylug] BASH scripting help required

E.Chalaron e.chalaron at xtra.co.nz
Fri May 7 12:29:34 NZST 2004


BTW how do you remove blank files with sed ?
Thanks
Edouard

> for file in $( ls )
> do
>    firstChar=$(echo $file | sed -r 's/^(.)/\1/')
>    echo $firstChar;
> done




More information about the wellylug mailing list