Linux

Help command in Linux

The help command is the simplest way to get information regarding a built-in shell command. It helps you fetch information from the shell’s internal documentation. It takes a text string as the command line argument and looks for the provided string in the shell’s documents. This saves you the time spent in going through the

Help command in Linux Read More »