I would like to know which SSH command should I run to search for any file named error.log inside the whole server and delete them.
Any file named error.log must be deleted.
|
|
Questions on Stack Overflow are expected to relate to programming or software development within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.
|
From http://www.cyberciti.biz/faq/linux-unix-how-to-find-and-remove-files/
And also XARGS example from http://www.askdavetaylor.com/how_do_i_delete_all_occurances_of_a_file_in_linux.html
|
|||
|
|