Find mask - Finding files beginning with... in multiple folders beginning with...
I used to be able to do this... but for the life of me I'm missing one important step - I hope you can help.
What I need:
So, I have a directory/folder for each day. I need to perform a file mask to find .txt files with names beginning with Pea01B in the whole month.
Dir and folders:
/home/test/things/SAVE_20200101
/home/test/things/SAVE_20200102
/home/test/things/SAVE_20200103
/home/test/things/SAVE_20200104
/home/test/things/SAVE_20200105
/home/test/things/SAVE_20200106......etc
What I am doing:
Searching in all folders of January:
When I use *Pea01B*.lst;SAVE_202001*
see txt.PNG
What I get:
Instead from all files from folders beginning with SAVE_202001, I get all Pea01B text files from all SAVE_ folders. see txt2.PNG
What I need:
So, I have a directory/folder for each day. I need to perform a file mask to find .txt files with names beginning with Pea01B in the whole month.
Dir and folders:
/home/test/things/SAVE_20200101
/home/test/things/SAVE_20200102
/home/test/things/SAVE_20200103
/home/test/things/SAVE_20200104
/home/test/things/SAVE_20200105
/home/test/things/SAVE_20200106......etc
What I am doing:
Searching in all folders of January:
When I use *Pea01B*.lst;SAVE_202001*
see txt.PNG
What I get:
Instead from all files from folders beginning with SAVE_202001, I get all Pea01B text files from all SAVE_ folders. see txt2.PNG