mirror of
https://github.com/you-dont-need/You-Dont-Need-GUI.git
synced 2025-03-20 11:59:39 +01:00
Merge pull request #8 from Mortal/patch-1
Use `-a` when copying a directory to copy mtimes
This commit is contained in:
commit
2b2a954f8a
@ -58,7 +58,7 @@ cp readme.txt readme.bak.txt
|
||||
Copy `myMusic` folder under `myMedia` folder
|
||||
|
||||
```
|
||||
cp -R myMusic myMedia
|
||||
cp -a myMusic myMedia
|
||||
```
|
||||
|
||||
## <a id="duplicatefolder"></a>duplicate a folder
|
||||
@ -68,7 +68,7 @@ cp -R myMusic myMedia
|
||||
If `myMedia` folder doesn't exist
|
||||
|
||||
```
|
||||
cp -R myMusic myMedia
|
||||
cp -a myMusic myMedia
|
||||
```
|
||||
|
||||
## <a id="movefile"></a>move a file
|
||||
|
Loading…
x
Reference in New Issue
Block a user