📄 0269-0270.html
字号:
<HTML>
<HEAD>
<TITLE>Linux Complete Command Reference:User Commands:EarthWeb Inc.-</TITLE>
</HEAD>
<META NAME="ROBOTS" CONTENT="NOINDEX, NOFOLLOW">
<SCRIPT>
<!--
function displayWindow(url, width, height) {
var Win = window.open(url,"displayWindow",'width=' + width +
',height=' + height + ',resizable=1,scrollbars=yes');
}
//-->
</SCRIPT>
</HEAD>
-->
<!-- ISBN=0672311046 //-->
<!-- TITLE=Linux Complete Command Reference//-->
<!-- AUTHOR=Red Hat//-->
<!-- PUBLISHER=Macmillan Computer Publishing//-->
<!-- IMPRINT=Sams//-->
<!-- CHAPTER=01 //-->
<!-- PAGES=0001-0736 //-->
<!-- UNASSIGNED1 //-->
<!-- UNASSIGNED2 //-->
<P><CENTER>
<a href="0266-0268.html">Previous</A> | <a href="../ewtoc.html">Table of Contents</A> | <a href="0271-0272.html">Next</A></CENTER></P>
<A NAME="PAGENUM-269"><P>Page 269</P></A>
<P>Since inews will spool its input if the server is unavailable, it is usually necessary to run
rnews(1) with the _U flag on a regular basis, usually out of
cron(8).
</P>
<P><B>
HISTORY
</B></P>
<P>Written by Rich $alz (rsalz@uunet.uu.net) for
InterNetNews.
</P>
<P><B>
SEE ALSO
</B></P>
<P>moderators(5), inn.conf(5). rnews(1)
</P>
<H3><A NAME="ch01_ 122">
info
</A></H3>
<P>info—GNU's hypertext system
</P>
<P><B>
SYNOPSIS
</B></P>
<!-- CODE SNIP //-->
<PRE>
info [ --option-name option-value ] enu-item...
</PRE>
<!-- END CODE SNIP //-->
<P><B>
DESCRIPTION
</B></P>
<P>The GNU project has a hypertext system called
info that allows the same source file to be either printed as a paper
manual, or viewed using info. It is possible to use the
info program from inside Emacs, or to use the standalone version
described here. This manual page gives a brief summary of its capabilities.
</P>
<P><B>
OPTIONS
</B></P>
<TABLE>
<TR><TD>
--directory directory-path
</TD><TD>
Add
directory-path to the list of directory paths searched when
info needs to find a file. You may issue --directory
multiple times. Alternatively, you may specify a value for
the ENVIRONMENT variable INFOPATH; if --directory is not given, the value of
INFOPATH is used. The value of INFOPATH is a colon-separated list of directory names. If you do not
supply either INFOPATH or --directory-path, info uses a default path.
</TD></TR><TR><TD>
_f filename
</TD><TD>
Specify a particular info file to visit. By default,
info visits the file dir; if you use this option,
info will start with (FILENAME)Top as the first file and node.
</TD></TR><TR><TD>
_n nodename
</TD><TD>
Specify a particular node to visit in the initial file that
info loads. This is especially useful in conjunction with
--file. You may specify --node multiple times.
</TD></TR><TR><TD>
-o file
</TD><TD>
Direct output to file instead of starting an interactive
info session.
</TD></TR><TR><TD>
_h
</TD><TD>
Produce a relatively brief DESCRIPTION of the available
info OPTIONS.
</TD></TR><TR><TD>
--version
</TD><TD>
Print the version information of
info and exit.
</TD></TR><TR><TD>
menu-item
</TD><TD>
info treats its remaining arguments as the names of menu items. The first argument is
a menu item in the initial node visited, while the second argument is a menu item in the
first argument's node. You can easily move to the node of your choice by specifying the
menu names that describe the path to that node. For example,
info emacs buffers first selects the menu item
emacs in the node (dir)Top, and then selects the menu item
buffers in the node (emacs)Top.
</TD></TR></TABLE>
<P><B>
COMMANDS
</B></P>
<P>In info, the following commands are available:
</P>
<TABLE>
<TR><TD>
h
</TD><TD>
Invoke the info tutorial.
</TD></TR><TR><TD>
?
</TD><TD>
Get a short summary of info commands.
</TD></TR><TR><TD>
h
</TD><TD>
Select the info node from the main directory; this is much more complete than just using
?.
</TD></TR><TR><TD>
Ctrl-g
</TD><TD>
Abort whatever you are doing.
</TD></TR><TR><TD>
Ctrl-l
</TD><TD>
Redraw the screen.
</TD></TR></TABLE>
<A NAME="PAGENUM-270"><P>Page 270</P></A>
<P>Selecting other nodes:
</P>
<TABLE>
<TR><TD>
n
</TD><TD>
Move to the next node of this node.
</TD></TR><TR><TD>
p
</TD><TD>
Move to the previous node of this node.
</TD></TR><TR><TD>
u
</TD><TD>
Move to this node's up node.
</TD></TR><TR><TD>
m
</TD><TD>
Pick a menu item specified by name. Picking a menu item causes another node to be selected. You do not need
to type a complete nodename; if you type a few letters and then a space or tab,
info will try to fill in the rest of the nodename. If you ask for further completion without typing any more characters, you'll be given a list
of possibilities; you can also get the list with ?. If you type a few characters and then hit Enter,
info will try to do a completion, and if it is ambiguous, use the first possibility.
</TD></TR><TR><TD>
f
</TD><TD>
Follow a cross reference. You are asked for the name of the reference, using command completion as for
m.
</TD></TR><TR><TD>
l
</TD><TD>
Move to the last node you were at.
</TD></TR></TABLE>
<P>Moving within a node:
</P>
<TABLE>
<TR><TD>
Space
</TD><TD>
Scroll forward a page.
</TD></TR><TR><TD>
DEL
</TD><TD>
Scroll backward a page.
</TD></TR><TR><TD>
b
</TD><TD>
Go to the beginning of this node.
</TD></TR></TABLE>
<P>Advanced commands:
</P>
<TABLE>
<TR><TD>
q
</TD><TD>
Quit info.
</TD></TR><TR><TD>
1
</TD><TD>
Pick first item in node's menu.
</TD></TR><TR><TD>
2 — 5
</TD><TD>
Pick second to fifth item in node's menu.
</TD></TR><TR><TD>
g
</TD><TD>
Move to node specified by name. You may include a filename as well, as
(FILENAME)NODENAME.
</TD></TR><TR><TD>
s
</TD><TD>
Search through this info file for a specified string, and select the node in which the next occurrence
is found.
</TD></TR><TR><TD>
M-x print-node
</TD><TD>
Pipe the contents of the current node through the command in the ENVIRONMENT
variable INFO_PRINT_COMMAND. If the variable does not exist, the node is simply piped to
lpr.
</TD></TR></TABLE>
<P><B>
ENVIRONMENT
</B></P>
<TABLE>
<TR><TD>
INFOPATH
</TD><TD>
A colon-separated list of directories to search for
info FILES. Used if --directory is not given.
</TD></TR><TR><TD>
INFO_PRINT_COMMAND
</TD><TD>
The command used for printing.
</TD></TR></TABLE>
<P><B>
SEE ALSO
</B></P>
<P>emacs(1)
</P>
<P><B>
AUTHOR
</B></P>
<P>Brian Fox, Free Software Foundation
(bfox@ai.mit.edu)
</P>
<P><B>
NANUAL AUTHOR
</B></P>
<P>Robert Lupton (rhl@astro.princeton.edu); updated by Robert J. Chassell
(bob@gnu.ai.mit.edu).
</P>
<P>
7 December 1990
</P>
<H3><A NAME="ch01_ 123">
innconfval
</A></H3>
<P>innconfval—Get an InterNetNews configuration parameter
</P>
<P><B>
SYNOPSIS
</B></P>
<!-- CODE SNIP //-->
<PRE>
innconfval [ _f ][parameter... ]
</PRE>
<!-- END CODE SNIP //-->
<P><CENTER>
<a href="0266-0268.html">Previous</A> | <a href="../ewtoc.html">Table of Contents</A> | <a href="0271-0272.html">Next</A></CENTER></P>
</td>
</tr>
</table>
<!-- begin footer information -->
</body></html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -