mirror of
https://github.com/trinib/Linux-Bash-Commands.git
synced 2025-02-18 13:54:12 -05:00
Merge pull request #6 from aditya-shrivastavv/patch-1
repeating word removed
This commit is contained in:
commit
c4833b97e3
@ -3237,7 +3237,7 @@ cp -R|--recursive foo bar # Copy directory
|
|||||||
mv foo bar # Move directory
|
mv foo bar # Move directory
|
||||||
|
|
||||||
rsync -z|--compress -v|--verbose /foo /bar # Copy directory, overwrites destination
|
rsync -z|--compress -v|--verbose /foo /bar # Copy directory, overwrites destination
|
||||||
rsync --ignore-existing -a|--archive-a|--archive -z|--compress -v|--verbose /foo /bar # Copy directory, without overwriting destination
|
rsync --ignore-existing -a|--archive -z|--compress -v|--verbose /foo /bar # Copy directory, without overwriting destination
|
||||||
rsync -avz /foo username@hostname:/bar # Copy local directory to remote directory
|
rsync -avz /foo username@hostname:/bar # Copy local directory to remote directory
|
||||||
rsync -avz username@hostname:/foo /bar # Copy remote directory to local directory
|
rsync -avz username@hostname:/foo /bar # Copy remote directory to local directory
|
||||||
```
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user