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. -- rgds Stephen
Mon Sep 29 16:12:00 UTC 2008
Stephen Harris <lists at spuddy.org>
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. -- rgds Stephen