Statement ************************************************************** *********
Original works, from the "Blue Blog" blog, Welcome to reprint, please be sure to indicate the source, otherwise hold the copyright legal responsibility.
Deep Blue Blog:http://blog.csdn.net/huangyanlong/article/details/39900947
*************************************************************************************************************** *************
Info command
You can use this command to get help
1. syntax format:info <command> 2. Grammar Brief:
Similar to the man command's get help information, compared to the man command is easier to read. is to display the content in the structure of the Web page. Also, each page uses a different lady to distinguish between different themes.
3. Operation:
For example , find the Who command method:
(1), "info" command
[Email protected] ~]# info who
-- See the default interface to show "20.6" and describe how to use the WHO command
(2), button "p"
Press the p key, such as:
Skip to 20.5 Chapter (previous section of relative 20.6 )
(3), press "*"
Use the P command to jump to the 20.3 section, for example, found "*", in the info interface, the display represents a hyperlink that can be clicked into.
Click "*" to enter the following hyperlink interface:
For hyperlinks, you can use thetabkey to jump to the next "*" (HYPERLINK).
(4), press "N" and "p"
Corresponding to the key "p" jumps to the previous section, press "n" to jump to the next section.
English can help us remember:
P-previous
N-next
(5), Button "u"
Jump to the upper section
(6), button "s", interactive query,
Press "s" key, you can go to the lookup interface, you can find the string, as shown in:
s-search abbreviation
(7), button "q"
Press "Q" key to exit the Info page interface and return to the Linux system prompt.
Statement ************************************************************** *********
Original works, from the "Blue Blog" blog, Welcome to reprint, please be sure to indicate the source, otherwise hold the copyright legal responsibility.
Deep Blue Blog:http://blog.csdn.net/huangyanlong/article/details/39900947
*************************************************************************************************************** *************
Info about the Drip linux command