Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 202 Bytes

Useful commands.md

File metadata and controls

9 lines (6 loc) · 202 Bytes
check MD5 hash of a file

linux: md5sum filename.txt
windows (powershell): CertUtil -hashfile filename.txt MD5

sort files
sort -u filename.txt

sort -t: -k1,1 -k2,2 filename.txt