files
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| files [2023/11/05 21:25] – [Files] jhagstrand | files [2026/06/15 22:43] (current) – jhagstrand | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | |||
| ====== Files ====== | ====== Files ====== | ||
| Line 56: | Line 55: | ||
| grep | grep | ||
| $ grep -r " | $ grep -r " | ||
| + | $ grep -rni --include=*.{html, | ||
| rename | rename | ||
| Line 66: | Line 66: | ||
| $ rsync SRC DEST | $ rsync SRC DEST | ||
| - | synchronize two external hard disks | + | synchronize two external hard disks, dry run, real thing, ending slash required |
| - | rsync --dry-run --itemize-changes | + | rsync --dry-run --itemize-changes -avh /media/john/My\ Passport/ |
| | | ||
| - | rsync --delete | + | rsync -avh /media/john/My\ Passport/ |
| | | ||
| --dry-run | --dry-run | ||
files.1699237503.txt.gz · Last modified: 2023/11/05 21:25 by jhagstrand