I have an external drive that includes a directory with the following name:
“Secure data-Monthly copy_2008-10-27@21:43:30”
Is there a command that I can used to search this external drive to find this directory by just using the first part of the directory name, the “Secure data-Monthly” part? The date part on the end of the directory changes so I don’t want to include that but I want the search to return the complete directory name. I thought maybe I could use the “grep” command or the “find” command but I’m not sure.