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)