>>>>> On Thu, 6 Apr 2000, "Jerry" == Jerry Keene wrote:

  Jerry> rm `find /home/httpd/html -name *nav_blueprnt010*`

xargs is your friend

find /home/httpd/html -type f -name \*nav_blueprnt010\* | xargs -ixxx rm \"xxx\"


--Hal



-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.

Reply via email to