Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

force delete a folder in linux

# To remove non-empty directories and all the files without being prompted, use rm with the -r (recursive) and -f options:
rm -rf dirname
Comment

force delete folder linux

rm -rf .directory_name
Comment

delete folder in linux

rm -r -f folderName
Comment

PREVIOUS NEXT
Code Example
Shell :: remove folder and contents linux 
Shell :: tar exclude multiple directories 
Shell :: create pdf from images linux 
Shell :: uninstall specific java openjdk ubuntu 
Shell :: if statement in shell script 
Shell :: git submodule add 
Shell :: how to get environment variables in powershell 
Shell :: Backup Restore and Upgrade Gitlab 
Shell :: start arangodb 
Shell :: kube log 
Shell :: git delete all local branches starting with 
Shell :: how to run code from github 
Shell :: pen() "/var/lib/nginx/tmp/client_body/0000000001" failed (13: Permission denied), client: 
Shell :: ubuntu install docker 
Shell :: windows git ssh key add 
Shell :: git stash save untracked 
Shell :: install rsync centos 
Shell :: install screen recorder linux 
Shell :: git add identity 
Shell :: push git repo to github 
Shell :: how to run .rpm file in linux 
Shell :: error: src refspec master does not match any 
Shell :: install vault 
Shell :: delete git branch 
Shell :: pull unmerged branch 
Shell :: how to install dataloader 
Shell :: setting up path in zsh 
Shell :: best code editor 
Shell :: Git command to Change the Author Information Just for the Next Commit 
Shell :: how to push local created commit to another branch in git 
ADD CONTENT
Topic
Content
Source link
Name
5+3 =