Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

delete all files in a folder in ubuntu

rm -rf *
Comment

delete all files with specific name ubuntu

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

PREVIOUS NEXT
Code Example
Shell :: prolog how to run 
Shell :: gh login with github 
Shell :: windows kill process 
Shell :: git see changes to one file 
Shell :: bc add 
Shell :: how to make all directory 775 
Shell :: ubuntu empty a file 
Shell :: error failed to commit transaction (failed to retrieve some files) 
Shell :: git push origin master 
Shell :: get file size in bash 
Shell :: how to put value of one variable into another in bash 
Shell :: heroku postgres reset database 
Shell :: install sail into existing laravel 8 project 
Shell :: debian install postgresql 
Shell :: what .net framework do i have installed 
Shell :: tailwindcss cli 
Shell :: git revert merge 
Shell :: pass awk varible to bash 
Shell :: install openssl 1.0.2 
Shell :: powershell on linux 
Shell :: git remote origin 
Shell :: To stop all running docker containers 
Shell :: pip install bootstrap 
Shell :: iptables deny all 
Shell :: get newest version of original in own fork 
Shell :: whoami 
Shell :: bash copy file and rename 
Shell :: install cassandra 
Shell :: brew mongodb: unknown version :mountain_lion 
Shell :: linux last login 
ADD CONTENT
Topic
Content
Source link
Name
9+4 =