Added: Cal, srm, md5, md5sum, xed

Edited cp and rm. Fixed markdown escaping the wildcard.
This commit is contained in:
Peter Tripp
2014-02-10 15:44:02 -08:00
parent 4858b7f6bd
commit a85601486c
7 changed files with 87 additions and 6 deletions

13
linux/md5sum.md Normal file
View File

@@ -0,0 +1,13 @@
# md5sum
> Calculate MD5 cryptographic checksums
- Calculate the MD5 checksum for file(s) or files in a directory, one checksum per file
`md5sum {{filename1}}`
`md5sum {{filename1}} {{filename2}}`
`md5sum {{directory/\*}}`
- Read a file of MD5SUMs and verify all files have matching checksums
`md5sum -c {{filename.md5}}`