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
This commit is contained in:
Mauro Julián Fernández
2016-11-15 19:55:34 -03:00
committed by Steve Mao
parent 7baaadccad
commit 6708241681

View File

@@ -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).
## <a id="renamefile"></a>rename a file
**STOP RIGHT CLICK AND RENAME A FILE**