Note that ther find has an ls option. 
find $1 -name \*.jpg -ls Which will give you a more detailed listing then 
just the find with the (assumed) -print option.

Bruce Dawson wrote:
> Instead of 'ls', try:
> 
>       find $1 -name \*.jpg
> 
> Note that you'll have to use '.' if you want all the files in the
> current directory.
-- 
Jerry Feldman <[EMAIL PROTECTED]>
Boston Linux and Unix user group
http://www.blu.org



**********************************************************
To unsubscribe from this list, send mail to
[EMAIL PROTECTED] with the following text in the
*body* (*not* the subject line) of the letter:
unsubscribe gnhlug
**********************************************************

Reply via email to