Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

how to delete a directory in the terminal

$ cd ~
$ cd documents
$ pwd
    /users/jpalomino/documents
$ ls    
    assignments  
$ rm -r assignments
Source by www.earthdatascience.org #
 
PREVIOUS NEXT
Tagged: #delete #directory #terminal
ADD COMMENT
Topic
Name
5+4 =