dylanaraps / pure-bash-bible

📖 A collection of pure bash alternatives to external processes.
MIT License
36.41k stars 3.27k forks source link

Add nullglob to fix count when no files match #98

Open rasa opened 4 years ago

rasa commented 4 years ago

See https://www.gnu.org/software/bash/manual/html_node/The-Shopt-Builtin.html#The-Shopt-Builtin Should we also add dotglob?