On 10/1/05, m ike <[EMAIL PROTECTED]> wrote:
> > for i in *.foo; do mv -i "$i" $(basename "$i" .foo).bar; done
>
> i'm fond of ${i/.foo/.bar}  but yours is more exacting. nice.
>
>
> more or less:
>
> function  lmh  { ls  --time-style=long-iso  --color=always -F -l -h
> $*  |  more -f  ; }
>
> function hg { history | grep $* ; }
>
> function dush { du -sh $* ; }
>
> alias dfh="df -H"
>
> export BlkBlk=""
> export BlkRed=""
> export BlkGrn=""
> export BlkYel=""
> export BlkBlu=""
> export BlkMag=""
> export BlkCyn=""
> export BlkWht=""
>
> export DefDef=""
> export RedBlk=""
> export GrnBlk=""
> export YelBlk=""
> export BluBlk=""
> export MagBlk=""
> export CynBlk=""
> export WhtBlk=""
>

damn, i forgot the big one

dd


--
[email protected]
http://www.kernel-panic.org/cgi-bin/mailman/listinfo/kplug-list

Reply via email to