scripts
scripts copied to clipboard
A bunch of scripts for all sorts of purposes.
Results
3
scripts issues
Sort by
recently updated
recently updated
newest added
The si function shows "M" instead of "G", "T" or "P" I would be inclined to use a table-driven function like: ```sh si() { local v=$(($1)) l=${v#-} s=' kMGPTEZY' !...
my usage ask "update" /home/bashlib: line 792: getArgs: command not found my bash version is GNU bash, version 4.3.24(1)-release-(x86_64-apple-darwin13.2.0)