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 :: assigning permissions to folder and files in linux 
Shell :: how to logout from github desktop 
Shell :: what is github 
Shell :: open file explorer from cmd 
Shell :: install kubectl on linux 
Shell :: How to allow permission to my new github account 
Shell :: ubuntu customize Bash prompt 
Shell :: git update .gitignore 
Shell :: -u flag in git command 
Shell :: video not working linux 
Shell :: best code editors 2022 
Shell :: composer php 
Shell :: github copilot neovim 
Shell :: error when i install sass 
Shell :: camera for linux 
Shell :: download pdf arranger ubuntu 
Shell :: bash create symbolic link to other symbolic links 
Shell :: git stash stack overflow 
Shell :: Android get abi version 
Shell :: No module named ipykernel colab conda 
Shell :: concat strings inside array bash script 
Shell :: sudo update-alternatives — install 
Shell :: powershell display environment variables 
Shell :: rails how to use joins 
Shell :: Using git filter-branch to Git Change Commit Author 
Shell :: bash multiline comment 
Shell :: bash maximum running time 
Shell :: powershell ssh with password 
Shell :: running file pug 
Shell :: install kafkacat 
ADD CONTENT
Topic
Content
Source link
Name
7+9 =