Getting help for commands in Linux
It is possible to get help on how to use commands in Linux by appending --help to the command that you . want to run, or by running "man name_of_the_command". man is abbreviation of word manual.
Sometimes -h will be equivalent to --help.
Comments
Post a Comment