Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

ubuntu delete directory and all files

rm -rf ./test
Comment

ubuntu delete contents of folder

To remove all non-hidden files and sub-directories (along with all of their contents) in a 
directory use:
rm -r /path/to/directory/*
Comment

PREVIOUS NEXT
Code Example
Shell :: get first line of output bash 
Shell :: bash upgrade cmake (From Source) 
Shell :: bash length of array 
Shell :: linux how many cores 
Shell :: how to paste in git bash 
Shell :: merging branches in git 
Shell :: remove folder with content cmd 
Shell :: merge develop to branch 
Shell :: git revert pr merge 
Shell :: gem install version 
Shell :: cmd flutter doctor says android studio is not installed 
Shell :: change remote origin git 
Shell :: bash printf format 
Shell :: finda java home 
Shell :: how to delete last push github 
Shell :: git get commit info 
Shell :: git stash example 
Shell :: brew install node sass 
Shell :: installer lamp ubuntui 
Shell :: zsh: command not found: wine-stable 
Shell :: distutils.sysconfig install 
Shell :: isntall skimage 
Shell :: install perl 5 on ubuntu 2020 
Shell :: kde increase refresh rate 
Shell :: check who is logged in to system linux 
Shell :: ubuntu browser download manager 
Shell :: how to update composer in laravel 
Shell :: mac see current path2 
Shell :: install v2ray 
Shell :: windows open browser from command line 
ADD CONTENT
Topic
Content
Source link
Name
2+1 =