Answers for "how to remove a directory from terminal"

5

remove folder from terminal

rm -rf some_dir
Posted by: Guest on July-27-2021
6

remove directory and contents linux

rm -r path
Posted by: Guest on June-27-2020
2

how to delete a directory in the terminal

$ cd ~
$ cd documents
$ pwd
    /users/jpalomino/documents
$ ls    
    assignments  
$ rm -r assignments
Posted by: Guest on June-20-2021

Code answers related to "how to remove a directory from terminal"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language