in reply to Re: •Re: Re: Simple command line calculator
in thread Simple command line calculator
Tokufunction calc { perl -ple '$_=eval' } function expr { echo "$1" | calc }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: •Re: Re: Simple command line calculator
by Juerd (Abbot) on Mar 19, 2002 at 19:55 UTC |