mirror of
https://github.com/you-dont-need/You-Dont-Need-GUI.git
synced 2025-08-14 01:04:07 +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**
|
**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
|
## <a id="renamefile"></a>rename a file
|
||||||
|
|
||||||
**STOP RIGHT CLICK AND RENAME A FILE**
|
**STOP RIGHT CLICK AND RENAME A FILE**
|
||||||
|
Reference in New Issue
Block a user