host.cmds
来自「xorp源码hg」· CMDS 代码 · 共 22 行
CMDS
22 行
/* $XORP: xorp/etc/templates/host.cmds,v 1.4 2006/02/22 02:31:29 pavlin Exp $ */show host { %command: "" %help: HELP; %tag: HELP "Display information about the host";}show host date { %command: "date" %help: HELP; %tag: HELP "Show host current date";}show host name { %command: "hostname" %help: HELP; %tag: HELP "Show host name";}show host os { %command: "uname -a" %help: HELP; %tag: HELP "Show host operating system details";}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?