On Mon, Sep 29, 2008 at 12:12, Stephen Harris lists@spuddy.org wrote:
On Mon, Sep 29, 2008 at 11:54:23AM -0400, Filipe Brandenburger wrote:
# find / -iname "*.jpg"
Use '*.jpg' because otherwise shell expansion could happen and break things.
No it can't. Have you tried it?