From 1db2fba1d3ca22cad1a28ec07780d401a2ec4034 Mon Sep 17 00:00:00 2001 From: PatrickRJadwin <38968025+PatrickRJadwin@users.noreply.github.com> Date: Sun, 28 Oct 2018 18:21:13 -0400 Subject: [PATCH] Warning for potential dangerous command (#20264) Added warning for the dangers of mv command --- guide/english/bash/bash-mv/index.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/guide/english/bash/bash-mv/index.md b/guide/english/bash/bash-mv/index.md index f6384e50b7..fd3f7315a4 100644 --- a/guide/english/bash/bash-mv/index.md +++ b/guide/english/bash/bash-mv/index.md @@ -22,5 +22,9 @@ Commonly used options: - `-f` to force move them and overwrite files without checking with the user. - `-i` to prompt confirmation before overwriting files. +### Warning + +This command is capable of modifying 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/Mv)