Linux server administration tips
Saturday, 29 September 2012
Script to remove a particular file from all folders
/home/user/public_html]# find . -iname test.php -exec rm -f {} \;
which will remove all test.php files from all folders under public_html directory
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment