Опубликовано: 02 Ноябрь 2024 на канале: Alexey Mend
7
0
This video walks you thru how to delete empty directories as well as non-empty directories using the command line commands in linux
rmdir #will delete the directories that are empty
rm -r #will delete the non-empty directories