On Tue, Aug 29, 2023 at 9:19 AM gene heskett <ghesk...@shentel.net> wrote: > > On 8/28/23 12:20, zithro wrote: > > On 28 Aug 2023 09:29, gene heskett wrote: > >> To aid in finding it, what extension might that file be carrying to > >> indicate its a .snd fle, which according to grep on ls -lR's output, > >> does not exist in the thousands of files under hundreds of random names. > > The keyword above is extension, the find/grep tools seem to find a match > anywhere in a filename. getting a thousand hits, none of which are the > last 4 chars of a name.
find . -regex '.*\.snd$' -print