|
|
|
|
|
by Dibby053
11 days ago
|
|
Some of these are wrong, as standard shell globs don't traverse directories. For instance the first example should be: ls **/*.sh
I think that would work in Bash just as well as using find.But yeah, even in POSIX it feels redundant when we already have find, seq, grep and whatnot. |
|
https://www.linuxjournal.com/content/globstar-new-bash-globb...
https://www.gnu.org/software/bash/manual/bash.html#Pattern-M...