Answers for "remove directory terminal"

2

remove folder from terminal

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

mac terminal delete directory

rm -rf dir
Posted by: Guest on November-05-2020
1

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 "remove directory terminal"

Python Answers by Framework

Browse Popular Code Answers by Language