I am engaged in testing, where I have many files that I need for data analysis. We have a naming convention with our files, but sometimes someone will add a little more file name. I am looking for a way to find the "core" name and save the whole file name.
For example, I want to find WIRA_Rabcd_RT, but someone can save the file name as RED_GREEN_BLUE_WIRA_Rabcd_RT.txt, so my folder will look something like this:
RED_GREEN_BLUE_WIRB_Rabcd_RT.txt
RED_GREEN_BLUE_WIRC_Rabcd_RT.txt
RED_GREEN_BLUE_WIRA_Rabcd_RT.txt β I want to find this file, and open it.
RED_GREEN_BLUE_WIRF_Rabcd_RT.txt
RED_GREEN_BLUE_WIRG_Rabcd_RT.txt
RED_GREEN_BLUE_WIRT_Rabcd_RT.txt
RED_GREEN_BLUE_WIRW_Rabcd_RT.txt
RED_GREEN_BLUE_WIRQ_Rabcd_RT.txt
source
share