Ron Johnson wrote:
> Put this in your .bashrc :
>
> calc() { perl -e "print ''.($*).\"\\n\""; }
>
> $ calc 4 \* 7
> 28
> What a cool hack! Thanks for sharing. raju -- Kamaraju S Kusumanchi http://malayamaarutham.blogspot.com/ -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

