PerlPowerTools
PerlPowerTools copied to clipboard
Perl Power Tools
* Update synopsis to reflect the supported options are -bdly * Interactive bc does not require "-" so remove it from synopsis * Use "file..." in synopsis to indicate bc...
Many changes according to discussion in : https://github.com/briandfoy/PerlPowerTools/issues/507
* GNU and OpenBSD versions of od support -e and -F for printing two 8-byte floating point numbers per line * Write a new formatting function to handle this *...
* Standard grep command allows -e PATTERN and -f FILE to appear multiple times[1] * Currently if -e or -f is repeated the value is overridden and no warning or...