From 518cafa1f17178462def1119ac642ff500e04628 Mon Sep 17 00:00:00 2001 From: Elephant <34973210+gmappy@users.noreply.github.com> Date: Mon, 11 Mar 2019 08:22:05 -0700 Subject: [PATCH] Added the text "-T to prompt confirmation before overwriting files." to the article (#28217) --- guide/english/bash/bash-mv/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/guide/english/bash/bash-mv/index.md b/guide/english/bash/bash-mv/index.md index a24d5c63d6..52647ae415 100644 --- a/guide/english/bash/bash-mv/index.md +++ b/guide/english/bash/bash-mv/index.md @@ -19,6 +19,7 @@ Commonly used options: - `-f` to force move them and overwrite files without checking with the user. - `-i` to prompt confirmation before overwriting files. - `-n` do not overwrite an existing file +- `-T` to rename a file named source to destination ### Warning