Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

powershell remove folder and contents

Remove-Item -LiteralPath "foldertodelete" -Force -Recurse
Comment

powershell delete folder contents

Remove-Item myFolder/* -Recurse
Comment

PREVIOUS NEXT
Code Example
Shell :: install psycopg2 
Shell :: ngx-material-file-input 
Shell :: stop all docker containers 
Shell :: bash new folder 
Shell :: bash redirect all output 
Shell :: linux delete user password 
Shell :: solving environment failed with initial frozen solve 
Shell :: delete branch git 
Shell :: apt-get install certbot 
Shell :: reinit git-submodules 
Shell :: git push all tags 
Shell :: android studio (not installed) flutter ubuntu 
Shell :: shell method 
Shell :: how to make all directory 775 
Shell :: homebrew zsh completion 
Shell :: git always commit with gpg 
Shell :: bash get dir of file 
Shell :: add change to your last commit 
Shell :: changing git remote url 
Shell :: heroku rebuild 
Shell :: how to get rid of activate windows watermark 2021 
Shell :: jupyter python downkload 
Shell :: install openssl 1.0.2 
Shell :: flutter cocoapods not installed 
Shell :: install docker compose in linux 
Shell :: magento shell reindex 
Shell :: crontab only working days 
Shell :: how to update an existing repository in github 
Shell :: install vim powershell 
Shell :: how to kill a process in powershell 
ADD CONTENT
Topic
Content
Source link
Name
2+2 =