SyntaxFix
Write A Post
Hire A Developer
Questions
Another way is to do :
md5sum filename |cut -f 1 -d " "
Cut will split line to each space and return only first field.