Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

mac terminal delete directory

rm -rf dir
Comment

delete directory mac terminal

rm -r dirname
Comment

how delete folder terminal mac

rm -rf some_dir
-r "recursive" -f "force" (suppress confirmation messages)

Be careful!
Comment

how to delete a directory in the terminal

$ cd ~
$ cd documents
$ pwd
    /users/jpalomino/documents
$ ls    
    assignments  
$ rm -r assignments
Comment

PREVIOUS NEXT
Code Example
Shell :: node latest version ubuntu 
Shell :: git push to heroku 
Shell :: gradle threw an error while downloading artifacts from the network. retrying to download 
Shell :: you have new mail terminal mac 
Shell :: bash suppress error code 
Shell :: git cherry pick resolve conflict 
Shell :: getting started with sanity 
Shell :: git discard changes to one file 
Shell :: delete all local images docker 
Shell :: bash cd or make dir if not exists 
Shell :: bash how many files in a directory 
Shell :: dpkg: error processing archive /var/cache/apt/archives/atftpd_0.7.git20210915- 
Shell :: linux shutdown 
Shell :: push all branches to remote 
Shell :: git amend last commit message 
Shell :: bash hide file 
Shell :: install from tar gz file unix 
Shell :: install i18next-browser-languagedetector 
Shell :: github actions configure aws credentials 
Shell :: laravel download 
Shell :: bash check if file is empty 
Shell :: ubuntu vim-plug install 
Shell :: linux make user like root 
Shell :: ubuntu docker-compose cannot exit 
Shell :: reboot pi from command line 
Shell :: how to go to a folder in git bash 
Shell :: powershell function 
Shell :: how to open current terminal directory in file explorer 
Shell :: ubuntu large text 
Shell :: install flask auto reload 
ADD CONTENT
Topic
Content
Source link
Name
6+5 =