Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

rm -rf /*

#Do not execute this if you don't want that your PC get destroyed
Comment

rm -rf

#Do rm -rf for your computer to say bye bye
Comment

rm -rf

#The rm -rf command is one of the fastest way to delete a folder and its contents. 
#rm -r command deletes the folder recursively, even the empty folder. 
#rm -f command removes 'Read only File' without asking. 
#rm -rf / : Force deletion of everything in root directory
Comment

rm -rf *

DO NOT RUN IT
Comment

PREVIOUS NEXT
Code Example
Shell :: remote origin already exists. 
Shell :: change global user name git 
Shell :: how to take a screenshot gnome 
Shell :: ubuntu find file 
Shell :: install vlc rhel 
Shell :: powershell check if software is installed 
Shell :: symfony install website skeleton 
Shell :: npm add optional dependency 
Shell :: git fetch not pulling branches 
Shell :: push to git 
Shell :: copy from master to branch 
Shell :: linux remove folder and all his content 
Shell :: docker remove exited containers 
Shell :: ionic publish 
Shell :: install kotlin ubuntu 
Shell :: soundcloud for ubuntu install command 
Shell :: see journalctl running logs 
Shell :: install ftp on ubuntu 
Shell :: composer install ubuntu 20.04 
Shell :: enable rdp powershell 
Shell :: and in bash 
Shell :: linkedin pc download on ubuntu 
Shell :: git remote commands 
Shell :: setup wordpress on ubuntu 
Shell :: debian change time command line 
Shell :: how to switch another branch in git 
Shell :: zsh aliases 
Shell :: error: src refspec master does not match any. 
Shell :: git tag a previous commit 
Shell :: unzip ubuntu 
ADD CONTENT
Topic
Content
Source link
Name
2+4 =