Re: door bell like sound effect
On 2023-08-29, Larry Martell <larry.martell@gmail.com> wrote:
> On Tue, Aug 29, 2023 at 12:59 PM Greg Wooledge <greg@wooledge.org> 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.
That's not how it's supposed to work, though, I wouldn't think.
>> 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.
>
>
--
Reply to: