Powershell & bash: get all files matching a directory in the path and file name
I’m looking to operate on all the files in a directory I have that are within some directory (e.g. .../bin/.../myfile.txt
), where each ...
can be any number of directories deep. In nu shell, I can do this directly using **
(the recursive wildcard) by e.g. doing: