$ ? () { echo "$*" | bc -l; }
defines a handy function for quick calculations from cli.
once defined:
? 10*2+3
(by fizz)by David Winterbottom (codeinthehole.com)
$ ? () { echo "$*" | bc -l; }
defines a handy function for quick calculations from cli.
once defined:
? 10*2+3
(by fizz)by David Winterbottom (codeinthehole.com)
0sem comentários ainda