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 :: how to run debian on docker 
Shell :: how to install bootstrap in angular 
Shell :: how to access mongo shell 
Shell :: start kafka locally 
Shell :: linux delete files older than specific date 
Shell :: how to cd to a folder with a space 
Shell :: scheduler ubuntu cmd 
Shell :: fork bomb linux 
Shell :: react icons installation through npm 
Shell :: install vlc on ubuntu 20.04 
Shell :: remove a package ubuntu 
Shell :: apt list only security updates 
Shell :: linux get first line of file 
Shell :: gh create github repo 
Shell :: restart computer by terminul in ubuntu 
Shell :: gitlab new project push commands 
Shell :: github remote permisiion denied on git push 
Shell :: bigquery export schema json 
Shell :: install passport local 
Shell :: grant current user access to /dev/kvm 
Shell :: Required Windows feature(s) not enabled : Hyper-V and Containers 
Shell :: prittier download ubuntu 
Shell :: powershell add user to remote desktop group 
Shell :: rmdir not empty 
Shell :: git remove untraked files 
Shell :: docker splunk 
Shell :: linux mount nfs share 
Shell :: rm -rf * 
Shell :: linux dark mode 
Shell :: bash minimize window 
ADD CONTENT
Topic
Content
Source link
Name
3+9 =