prefer rsync over scp

pull/375/head
Lakshmipathi.G 2016-02-15 01:48:01 +05:30
parent 4e1abd4391
commit f4544843b2
1 changed files with 1 additions and 0 deletions

View File

@ -244,6 +244,7 @@ Notes:
```sh
mkdir empty && rsync -r --delete empty/ some-dir && rmdir some-dir
```
Also use `rsync` instead of `scp`, so that after network interruption you resume the file transfer rather than restarting from scratch.
- Use `shuf` to shuffle or select random lines from a file.