>>>>> 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.
- Batch Deletion of Files with Embedded Spaces? Jerry Keene
- Re: Batch Deletion of Files with Embedded Spaces? Cameron Simpson
- Re: Batch Deletion of Files with Embedded Spaces? Anthony E. Greene
- Re: Batch Deletion of Files with Embedded Spaces? Hal DeVore
- Re: Batch Deletion of Files with Embedded Space... Hal DeVore
- Re: Batch Deletion of Files with Embedded S... Anthony E. Greene