Per calcolare un hash md5 puoi usare il seguente comando con l’uso della pipe
md5sum nome_file.ext | awk ‘{ print $2, $1 }’
Per calcolare un hash md5 puoi usare il seguente comando con l’uso della pipe
md5sum nome_file.ext | awk ‘{ print $2, $1 }’