The following session performs the given tasks. Remember that you must never use the rm -r command unless you really know what it does, i.e., that it removes everything in a directory recursively, including the directory itself
What will be an ideal response?
```
$ rm ~/temp/*
$ rmdir ~/temp
$ rm -r ~/backups
$ ls
bin books courses cvsroot mail personal
```
Computer Science & Information Technology
You might also like to view...
The number of ________ displayed on the screen determines the resolution
Fill in the blank(s) with correct word
Computer Science & Information Technology
You can use criteria to compare two values by using ________ operators
Fill in the blank(s) with correct word
Computer Science & Information Technology