On Tue, Aug 29, 2023 at 12:59 PM Greg Wooledge <[email protected]> wrote: > > On Tue, Aug 29, 2023 at 09:29:35AM -0700, Larry Martell wrote: > > find . -regex '.*\.snd$' -print > > That is an incredibly silly way to write > > find . -name '*.snd' -print
Gene said that was finding many files that had snd in their name and not just as the terminal extension. So I gave a command that would only find files that ended with .snd. > But the bigger issue is that audio files may have MANY different > extensions, with .snd being only one of them. Yes, I know that - I was showing an example using what was previously posted.

