mirror of
https://github.com/you-dont-need/You-Dont-Need-GUI.git
synced 2025-08-01 11:00:21 +02:00
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:
committed by
Steve Mao
parent
7baaadccad
commit
6708241681
@@ -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**
|
||||
|
Reference in New Issue
Block a user