Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

remove folder from terminal

rm -rf some_dir
Comment

terminal delete directory

rm -rf name_of_directory
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 :: linux install yarn 
Shell :: bash: tree: command not found... centos7 
Shell :: linux search file by name 
Shell :: laptop slow performance linux 
Shell :: delete mulitple git branch 
Shell :: make git forget a file 
Shell :: rm recursive file pattern 
Shell :: cordova: command not found 
Shell :: chmod 777 recursive all files 
Shell :: create a vpn server linux 
Shell :: run jar file command line 
Shell :: count number of lines of code in git repo 
Shell :: Installing mongodb over ubuntu 22.04 
Shell :: curl: (7) Failed to connect to localhost port 9200: Connection refused 
Shell :: connect to wifi linux 
Shell :: grep filetype 
Shell :: linux install qt5widgets 
Shell :: vim frozen 
Shell :: bash create folder with spaces 
Shell :: launch ubuntu screenshot utility from terminal 
Shell :: extract tar to destination 
Shell :: delete service in windows using command prompt 
Shell :: wsl System has not been booted with systemd as init system 
Shell :: install jest 
Shell :: install deb linux ubuntu uninstall 
Shell :: git checkout branch from remote to local 
Shell :: angular cli add ssl certificate 
Shell :: install siege on mac 
Shell :: install tailwind expressjs 
Shell :: pip command to install yaml 5.1.2 
ADD CONTENT
Topic
Content
Source link
Name
2+5 =