Login
From:
learnbyexample
(Uncensored)
subscribe
CLI tip 23: recursive filename matching with globstar
https://learnbyexample.github.io/tips/cli-tip-23/
links
backlinks
Roast topics
Find topics
Find it!
Enable the globstar option to recursively match filenames within a specified path. You can use shopt -s globstar and shopt -u globstar to set and unset this option respectively.