Browse Source

Update 'README.md'

master
Joshua Pickard 4 years ago
parent
commit
f2dd020995
  1. 11
      README.md

11
README.md

@ -1,3 +1,12 @@
# cheat-sheet # cheat-sheet
My cheat sheet for commands I have trouble remembering. My cheat sheet for commands I have trouble remembering.
## Find and copy files by extension recursively
```find . -name '*.pdf' -exec cp -r {} /home/jpickard/pdffiles \;```
## 7-Zip compression (p7zip)
```7z a archivename.7z thingtobearchived```

Loading…
Cancel
Save