Pario TechnoBlob
About
Posts
Tag: md5
Shell script for removing duplicate files
The following shell script finds duplicate (2 or more identical) files and outputs a new shell script containing commented-out rm statements for deleting them. You then have...
md5sum av filer/bilder
For å sikre seg mot at filer er korrupt kan man benytte kommandoen md5sum Windows md5sum -b *.JPG > checksum.md5 Linux Deretter kopierer man denne md5-fila til rett katalog...
File integrity
A script using bash and md5sum to keep track of file integrity. # Change the separator to allow for filenames containing spaces # (the default is " \t\n", which...