Answer the question
In order to leave comments, you need to log in
How to delete all packs with files on all sites in ubuntu Lunix server?
How to write a command to delete all folders with files along the path var/www/html/../temp, so as not to write every time where dot sites (/../) are? can you do that?
Answer the question
In order to leave comments, you need to log in
So write:
rm -rf /var/www/html/*/temp/*
Or delete the entire folders themselves:
rm -rf /var/www/html/*/temp
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question