mirror of
https://github.com/you-dont-need/You-Dont-Need-GUI.git
synced 2025-08-24 13:52:54 +02:00
clarify if folder doesn't exist
This commit is contained in:
@@ -52,8 +52,6 @@ cp readme.txt documents/
|
||||
|
||||
**STOP RIGHT CLICK AND DUPLICATE A FILE**
|
||||
|
||||
If `readme.bak.txt` file doesn't exist
|
||||
|
||||
```
|
||||
cp readme.txt readme.bak.txt
|
||||
```
|
||||
@@ -74,10 +72,10 @@ cp -a myMusic/ myMedia/myMusic/
|
||||
|
||||
**STOP RIGHT CLICK AND DUPLICATE A FOLDER**
|
||||
|
||||
If `myMedia` folder doesn't exist
|
||||
|
||||
```
|
||||
cp -a myMusic/ myMedia/
|
||||
# or if `myMedia` folder doesn't exist
|
||||
cp -a myMusic myMedia/
|
||||
```
|
||||
|
||||
## <a id="movefile"></a>move a file
|
||||
|
Reference in New Issue
Block a user