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

PREVIOUS NEXT
Code Example
Shell :: yarn start --reset-cache 
Shell :: To stop all running docker containers 
Shell :: remove file from stage git 
Shell :: copy one branch to another git 
Shell :: bash run a command every x second 
Shell :: grep nth line after match 
Shell :: git pull without checkout 
Shell :: git reflog 
Shell :: list files by last modified linux 
Shell :: git change commit id email 
Shell :: gnome files command 
Shell :: How to install p12 certificate in ubuntu 
Shell :: how to run eslint on the whole project 
Shell :: docker run in interactive mode 
Shell :: powershell writeline 
Shell :: git rename file 
Shell :: ping with timestamp 
Shell :: install extension pgcrypto 
Shell :: get size of file linux 
Shell :: linux last login 
Shell :: install slack ubuntu 
Shell :: git update comment 
Shell :: remote origin already exists. 
Shell :: android create keystore command line 
Shell :: install sweetlalert angular 
Shell :: create chrome and firefox extension in react 
Shell :: turn off jenkins mac 
Shell :: how to run makefile in windows 
Shell :: git SSL certificate problem: self signed certificate 
Shell :: docker compose rebuild image 
ADD CONTENT
Topic
Content
Source link
Name
9+4 =