Only get hash value using md5sum (without filename) I use md5sum to generate a hash value for a file. But I only need to receive the hash value, not the file name. md5=`md5sum ${my_iso_file}` echo ${md5} Output:... May 25, 2022 0 Comments