From 6708241681df61de693cece5a547e5679ae2c6da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mauro=20Juli=C3=A1n=20Fern=C3=A1ndez?= Date: Tue, 15 Nov 2016 19:55:34 -0300 Subject: [PATCH] Adding a trailing slash when moving a file to a directory (#12) * Adding a trailing slash when moving a file to a directory * Changing the text --- readme.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index c7542ed..88ed77b 100644 --- a/readme.md +++ b/readme.md @@ -81,9 +81,11 @@ cp -a myMusic myMedia **STOP DRAG AND DROP A FILE, OR CTRL + X, CTRL + V A FILE** ``` -mv readme.txt documents +mv readme.txt documents/ ``` +**Always** use a trailing slash when moving files, [for this reason](http://unix.stackexchange.com/a/50533). + ## rename a file **STOP RIGHT CLICK AND RENAME A FILE**