Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

delete all files in a folder in ubuntu

rm -rf *
Comment

ubuntu delete directory and all files

rm -rf ./test
Comment

delete all files with specific name ubuntu

find -type f -name '*text*' -delete
Comment

remove all files named ubuntu

rm *text*
Comment

PREVIOUS NEXT
Code Example
Shell :: brew install notion 
Shell :: install cocoapods 
Shell :: apt install antiword 
Shell :: conda install pyserial 
Shell :: s3fs python 
Shell :: psycopg2 error install 
Shell :: install snapd ubuntu 
Shell :: install openjdk11 in ubuntu 
Shell :: heroku installation check 
Shell :: how to convert ui to py pyside2 
Shell :: ubuntu check cuda version 
Shell :: find gpu device id linux 
Shell :: git origin master some file 
Shell :: kill port in mac terminal 
Shell :: pip install geopandas 
Shell :: install getkirby 
Shell :: bluetooth keep restarting ubuntu 
Shell :: git push command line 
Shell :: ubuntu install vboxguest 
Shell :: ssh-keygen rsa 
Shell :: cmd delete recursive 
Shell :: tar bash 
Shell :: apt install postgres client 
Shell :: tail colorful 
Shell :: pip installer for mac 
Shell :: Bitwarden docker-compose 
Shell :: where is my .git config mac 
Shell :: command to find the count of only words in a file in linux 
Shell :: command not found kube 
Shell :: run adb command mac stackoverflow 
ADD CONTENT
Topic
Content
Source link
Name
9+3 =