On Mon, Aug 20, 2001 at 04:38:02PM -0700, Karsten M. Self wrote:
> Yet another solution:
> 
>     $ find . -type f -name '--remove-files' -exec rm -f {} \;

...which is just a longwinded way of saying "rm -f ./--remove-files".
(Unless you have a subdirectory containing another file named
"--remove-files", in which case it will get 'rm -f'ed too.)

-- 
With the arrest of Dimitry Sklyarov it has become apparent that it is not
safe for non US software engineers to visit the United States. - Alan Cox
"To prevent unauthorized reading..."         - Adobe eBook reader license

Reply via email to