Warning for potential dangerous command (#20264)

Added warning for the dangers of mv command
This commit is contained in:
PatrickRJadwin
2018-10-28 18:21:13 -04:00
committed by Christopher McCormack
parent 1433ff225b
commit 1db2fba1d3

View File

@ -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)