Linux sha224sum Command
What is Linux sha224sum Command?
In this tutorial we learn how to use sha224sum command in Linux. sha224sum command is sha224sum - compute and check SHA224 message digest.
sha224sum Syntax
sha224sum [OPTION]... [FILE]...sha224sum Examples
sha224sum Command Manual / Help
We can use man and info command to see the manual page of sha224sum command. sha224sum command also have --help option to show list of options.
To open man page for sha224sum command we can use command below. To exit man or info page you can press q.
man sha224sumTo open info page for sha224sum command we can use command below.
info sha224sumTo open help page from sha224sum command we can run command below.
sha224sum --helpLinux sha224sum Command Source Code
You can find sha224sum command source code from the folowing repositories:
- sha224sum source code on GitHub
- sha224sum source code on GNU Savannah cgit
- sha224sum source code on GNU Savannah gitweb
Related Linux Commands
You can read tutorials of related Linux commands below:
Summary
In this tutorial we learn how to use sha224sum in Linux with practical examples. Visit our Linux Commands guide to learn more about using command line interface in Linux.