BLU Discuss list archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Hi, how to delete several files in a recursive way
- Subject: Hi, how to delete several files in a recursive way
- From: david-8uUts6sDVDvs2Lz0fTdYFQ at public.gmane.org (David Kramer)
- Date: Mon, 01 Mar 2010 01:25:12 -0500
- In-reply-to: <128afb401002282208ja65aa31m12ce2533e6379c48-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
- References: <128afb401002282208ja65aa31m12ce2533e6379c48@mail.gmail.com>
Franco castro wrote: > Hi, I need to delete all .htaccess in all folders, but we are talking about > houndreds of folders, I need to figuer out how to "find and destroy" delete > all those files, I'm not very good with bin bash scripting, so maybe any of > yours know how to do it, tnks =) > _______________________________________________ > Discuss mailing list > Discuss-mNDKBlG2WHs at public.gmane.org > http://lists.blu.org/mailman/listinfo/discuss I am assuming you want to find those files under /var/www/. If that is wrong, the substitute that for wherever you want to start. find /var/www -name .htaccess -delete
- References:
- Hi, how to delete several files in a recursive way
- From: latinos986-Re5JQEeQqe8AvxtiuMwx3w at public.gmane.org (Franco castro)
- Hi, how to delete several files in a recursive way
- Prev by Date: Hi, how to delete several files in a recursive way
- Next by Date: Hi, how to delete several files in a recursive way
- Previous by thread: Hi, how to delete several files in a recursive way
- Next by thread: What do you use for apache log statistics
- Index(es):