This repository was archived by the owner on Aug 4, 2020. It is now read-only.
Releases: rsdoiel/shelltools
Releases · rsdoiel/shelltools
Minimal useful set
csvcols has migrated to datatools, pathparts has been depreciated (basename, and friends are available on most Bash deployements these days). What remains are the core set of tools I use frequently to make Bash scripting a little easier and more flexible.
- Common version number for release
- Normalizing command line options and docs
- bug fixes
csvcols and bug fixes
- Added a tool to format a CSV row of data from command line parameters.
- Bug and document formatting fixes
released as shelltools
Renamed project from fsutils to shelltools and merged in other commands useful for working with shell.
Merged in
- range
- reldate
- timefmt
- urlparse
Renamed repository and released bundle.
Changes
- Repository renamed from findfile to fsutils
- findfile, finddir -- removed -a, -all option, if no -s,-suffix, -p, -prefix, -c, -contains option is included it is assumed you want to list all files and directories (e.g. findfile, finddir).
- findfile, finddir -- -F is not -f or -full-path
Initial binary release
Compiled versions for
- Linux/AMD64
- Mac OS X/AMD64
- Windows/AMD64
- Raspberry Pi/ARM6
- Raspberry Pi/ARM7