⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 c_more

📁 MIPS处理器的bootloader,龙芯就是用的修改过的PMON2
💻
字号:
The more CommandmoreThe more command provides screen-at-a-time control for user input.FormatThe more command is an embedded command and is not accessible to the user on the command line.Functional DescriptionThe more command is not specified by the user on the command line, but is implicitly used by certain commands. After displaying the number of lines according to the value of the moresz environment variable, the more command displays the prompt "more-" Commands that use the more command include h, hi, d, l, search, and ls.  The user can enter the following commands at the "more-" prompt: CommandActionSpacePrint one more page/strSearch forward for string strnRepeat last executed search<CR>Show next lineqQuit from the more prompt and return to the monitor promptThe moresz Variablemoresz sets how many lines are displayed on one screen duringscreen-at-a-time output. If moresz is set to zero, the screen scrollscontinuously. The ^S or ^Q control sequence must be used to pause theoutput, and the ^C control sequence must be used to terminate output.For example, to set the default number of lines output by the morecommand to 12, enter:  PMON set moresz 12  See Alsoset command for the setup of the environment variables.

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -