at-file.texi
来自「理解和实践操作系统的一本好书」· TEXI 代码 · 共 16 行
TEXI
16 行
@c This file is designed to be included in manuals that use @c expandargv.@item @@@var{file}Read command-line options from @var{file}. The options read areinserted in place of the original @@@var{file} option. If @var{file}does not exist, or cannot be read, then the option will be treatedliterally, and not removed. Options in @var{file} are separated by whitespace. A whitespacecharacter may be included in an option by surrounding the entireoption in either single or double quotes. Any character (including abackslash) may be included by prefixing the character to be includedwith a backslash. The @var{file} may itself contain additional@@@var{file} options; any such options will be processed recursively.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?