“удаление каталогов в Linux” Ответ

Как удалить каталог в Linux

# plz suscribe to my youtube channel -->
# https://www.youtube.com/channel/UC-sfqidn2fKZslHWnm5qe-A

#remove a dir in linux command
rm
#after rm type the file or dir name it will remove it
Programmer of empires

удаление каталогов в Linux

# find . -type d -name '*_cache' -exec rm -r {} +
Open Owl

Ответы похожие на “удаление каталогов в Linux”

Вопросы похожие на “удаление каталогов в Linux”

Смотреть популярные ответы по языку

Смотреть другие языки программирования