From c73c7eb835e7f7c9581d3f3e0a9da24abdde758d Mon Sep 17 00:00:00 2001 From: PatrickRJadwin <38968025+PatrickRJadwin@users.noreply.github.com> Date: Sun, 28 Oct 2018 21:33:37 -0400 Subject: [PATCH] Warning for potential dangerous command (#20272) Added warning specifying the dangers of rm --- guide/english/bash/bash-rm/index.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/guide/english/bash/bash-rm/index.md b/guide/english/bash/bash-rm/index.md index 5aa83c2ffa..d4923363bd 100644 --- a/guide/english/bash/bash-rm/index.md +++ b/guide/english/bash/bash-rm/index.md @@ -24,6 +24,10 @@ There are few commonly used arguments: - `-f` , means to forcefully delete anything folder or file. - `-rf` , means that both arguments will be used together. +### Warning + +This command is capable of deleting many files at once with ease. This can be beneficial, but also dangerous. Use at your own risk + ### More Information: * [Wikipedia](https://en.wikipedia.org/wiki/Rm_(Unix)) * [Linux](https://linux.die.net/man/1/rm)