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 :: linux mount ntfs as read write 
Shell :: open current folder in explorer from cmd 
Shell :: check if service is running server 
Shell :: reset repo 
Shell :: scp upload 
Shell :: how to read input in bash 
Shell :: how to create a file with a given size in linux? 
Shell :: readme folder structure 
Shell :: shell nohup 
Shell :: firewall-cmd add service 
Shell :: list remote branches git 
Shell :: npm slugify 
Shell :: linux move all files to another folder 
Shell :: HOW TO SEARCH FOR A FILE IN COMMAND PROMPT 
Shell :: OPENSSL_ROOT_DIR (missing: OPENSSL_CRYPTO_LIBRARY OPENSSL_INCLUDE_DIR) 
Shell :: navigation in react native 
Shell :: mac zip with password 
Shell :: how to list brew packages installed 
Shell :: remove netdata ubuntu 
Shell :: File "manage.py", line 17 ) from exc ^ SyntaxError: invalid syntax 
Shell :: git update gitignore remove files 
Shell :: delete file linux terminal 
Shell :: how to install homebrew on mac 
Shell :: run ionic live 
Shell :: git exclude some files from git commit 
Shell :: Recover accidentally deleted files by git reset hard 
Shell :: how to create a shortcut to a folder on linux 
Shell :: how to pull changes from master to forked repo 
Shell :: symfony unit test 
Shell :: vlc media player download for fedora 
ADD CONTENT
Topic
Content
Source link
Name
3+3 =