ls
command needs optionsrmdir
doesn't work with directoriesThat's it! We can't remove the Videos
directory because it's not empty. We'd have to use the -rf
option.
Yikes! We can't remove the Videos
directory because it's not empty. We'd have to use the -rf
option.