2
Here is my current code
md5sum filename.iso | awk '{print $1} {print $2}'
This gives me two separate lines. The first line is the md5 of the file and the second line is the name of the file. I would like to save the md5 to md5.txt and the name of the file to name.txt The output of md5sum is xxxxxxx filename