Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

windows del force yes

# Delete all files recursively and keep folders
del /S /Q c:somedirectory*.*
# Force deleting an entire directory
rd /S /Q c:somedirectory
Comment

PREVIOUS NEXT
Code Example
Shell :: git pull --tags origin main remote: Repository not found. 
Shell :: curl upload to artifactory with basic auth 
Shell :: kde 144 fps 
Shell :: setting docker as a non root user 
Shell :: ssh key gen 
Shell :: add ssh github 
Shell :: install cocoapi 
Shell :: install chocolatey on windows 
Shell :: tensorflow docker hub 
Shell :: list number of files in each folder linux 
Shell :: mssql-tools : depends: msodbcsql17 (= 17.3.0.0) but it is not going to be installed 
Shell :: github username 
Shell :: docker compose stop and start only specific 
Shell :: docker login command line push 
Shell :: read file line loop in bash 
Shell :: undo most recent commit 
Shell :: git check current branch 
Shell :: linux bash temporary file 
Shell :: install visual studio on ubuntu 
Shell :: how to remove a software from linux 
Shell :: delete command in linux 
Shell :: read from .env file bash 
Shell :: git change rempte 
Shell :: linux groups 
Shell :: git add alias 
Shell :: how to view hidden files in mac terminal 
Shell :: gui for ubuntu server 
Shell :: git stash save untracked 
Shell :: yarn add global 
Shell :: how to see (and kill) what is running on your port +mac 
ADD CONTENT
Topic
Content
Source link
Name
8+4 =