It is possible to find a spesific file in whole server
and also it is possible to delete a spesific file in whole serverPHP Code:find / | grep index.html
I wonder if it is possible to find a word in source code of all html files in the server.PHP Code:find / -name index.html -type f -ls -exec rm -f {} \;
For example i want to change a bg color of a site in all html pages.



LinkBack URL
About LinkBacks
Reply With Quote




