Warning for potential dangerous command (#20264)
Added warning for the dangers of mv command
This commit is contained in:
committed by
Christopher McCormack
parent
1433ff225b
commit
1db2fba1d3
@ -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)
|
||||
|
Reference in New Issue
Block a user