directory
0.0.14
Repository: https://github.com/caltechlibrary/shelltools.git
Documentation: pkg.go.dev
# Packages
finddir.go - a simple directory tree walker that looks for directories by name, basename or extension.
findfile.go - a simple directory tree walker that looks for files by name, basename or extension.
mergepath.go - merge the path variable to avoid duplicates
@Author R.
range.go - emit a list of integers separated by spaces starting from first command line parameter to last command line parameter.
Generates a date in YYYY-MM-DD format based on a relative time description (e.g.
datefmt formats a date based on the formatting options available with Golang's Time.Format
@Author R.
urlparse.go - a URL Parser library for use in Bash scripts.