Linuxers shows you how to calculate sha checksum of files using shasum family of commands
Almost any problem that can be answered in a single word or line is available as a command line utility on Linux. Using shasum family of commands you can calculate the sha hash/check sum of files in a single go. You can even use them in scripts to automate various tasks.How to: Calculate sha checksum of files using shasum family of commands