Re: [gentoo-user] Bash Pattern Matching Syntax

2005-10-15 Thread Drew Tomlinson
On 10/15/2005 3:38 PM Michael Kjorling wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2005-10-15 15:25 -0700, [EMAIL PROTECTED] wrote: I want to list the files in a directory that end in ".jpg" irregardless of case. Thus after reading the bash man page, it seems I should be able t

Re: [gentoo-user] Bash Pattern Matching Syntax

2005-10-15 Thread Michael Kjorling
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2005-10-15 15:25 -0700, [EMAIL PROTECTED] wrote: > I want to list the files in a directory that end in ".jpg" irregardless of > case. Thus after reading the bash man page, it seems I should be able to > issue a command something along the lines o

[gentoo-user] Bash Pattern Matching Syntax

2005-10-15 Thread Drew Tomlinson
I want to list the files in a directory that end in ".jpg" irregardless of case. Thus after reading the bash man page, it seems I should be able to issue a command something along the lines of "ls [*.[JjPpGg]]" or "ls *.[JjPpGg]" but neither of these work and return a "No such file or directo