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

📄 209-216.html

📁 linux-unix130.linux.and.unix.ebooks130 linux and unix ebookslinuxLearning Linux - Collection of 12 E
💻 HTML
字号:
<HTML>

<HEAD>

<TITLE>Linux in Plain English:Linux Commands Organized by Group</TITLE>

<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=1558285423//-->

<!--TITLE=Linux in Plain English//-->

<!--AUTHOR=Patrick Volkerding//-->

<!--AUTHOR=Kevin Reichard//-->

<!--PUBLISHER=IDG Books Worldwide, Inc.//-->

<!--IMPRINT=M & T Books//-->

<!--CHAPTER=5//-->

<!--PAGES=209-216//-->

<!--UNASSIGNED1//-->

<!--UNASSIGNED2//-->



<CENTER>

<TABLE BORDER>

<TR>

<TD><A HREF="203-208.html">Previous</A></TD>

<TD><A HREF="../ewtoc.html">Table of Contents</A></TD>

<TD><A HREF="217-221.html">Next</A></TD>

</TR>

</TABLE>

</CENTER>

<P><BR></P>

<P><FONT SIZE="+1"><B>xvpictoppm......<TT>Xv Conversion</TT></B></FONT></P>

<IMG SRC="images/05-84i.jpg"><P><B>xvpictoppm</B></P>

<P><FONT SIZE="+1"><B><I>PURPOSE</I></B></FONT></P>

<P>The <B>xvpictoppm</B> command converts thumbnail files created by <B>xv</B> to standard Portable PixMap format files.</P>

<P><FONT SIZE="+1"><B><I>RELATED COMMAND</I></B></FONT></P>

<DL>

<DD><B>xv</B>

</DL>

<P><FONT SIZE="+1"><B>xwd......<TT>X Window Dump</TT></B></FONT></P>

<IMG SRC="images/05-85i.jpg"><P><B>xwd</B> <I>option(s)</I></P>

<P><FONT SIZE="+1"><B><I>PURPOSE</I></B></FONT></P>

<P>The <B>xwd</B> command creates a screen capture of a screen or a portion of a screen to file. From there it can be printed or converted to another file format. After running this command, the cursor changes to a small crosshair icon; place the cursor over the window to be captured and press the left mouse button. Placing the cursor over the screen background or the root window will capture the entire screen. System sounds indicate the beginning and end of the screen capture.</P>

<BLOCKQUOTE>

<P><FONT SIZE="-1"><HR><B>NOTE:&nbsp;&nbsp;</B>The <B>xv</B> command also creates screen captures in a much easier fashion.<HR></FONT>

</BLOCKQUOTE>

<P><FONT SIZE="+1"><B><I>OPTIONS</I></B></FONT></P>

<TABLE WIDTH="100%">

<TR>

<TD WIDTH="25%"><B>-add <I>value</I></B>

<TD WIDTH="75%">Adds <I>value</I> to every pixel.

<TR>

<TD VALIGN="TOP"><B>-frame</B>

<TD>Specifically includes the window-manager frame with the screen capture.

<TR>

<TD VALIGN="TOP"><B>-icmmap</B>

<TD>Uses the first installed colormap of the entire screen to be used to obtain RGB values, not the colormap of the chosen window.

<TR>

<TD VALIGN="TOP"><B>-id <I>id</I></B>

<TD>Specifies a window by specific <I>id</I> instead of with the pointer.

<TR>

<TD VALIGN="TOP"><B>-name <I>name</I></B>

<TD>Specifies that a window with the WM_NAME property should be captured.

<TR>

<TD VALIGN="TOP"><B>-nobdrrs</B>

<TD>Doesn&#146;t capture the window border as part of a screen capture.

<TR>

<TD><B>-out <I>file</I></B>

<TD>Specifies a file to store the captured image in.

<TR>

<TD VALIGN="TOP"><B>-root</B>

<TD>Automatically captures the root window for the screen capture.

<TR>

<TD><B>-screen</B>

<TD>Automatically captures the root window for the screen capture.

<TR>

<TD><B>-xy</B>

<TD>Specifies <I>xy</I>-format capturing.

</TABLE>

<P><FONT SIZE="+1"><B><I>RELATED COMMANDS</I></B></FONT></P>

<DL>

<DD><B>xpr

<DD>xwud</B>

</DL>

<P><FONT SIZE="+1"><B>xwininfo......<TT>X Window Information</TT></B></FONT></P>

<IMG SRC="images/05-86i.jpg"><P><B>xwininfo</B> <I>option(s)</I></P>

<P><FONT SIZE="+1"><B><I>PURPOSE</I></B></FONT></P>

<P>The <B>xwininfo</B> command displays system information about specific windows. You can select a target window with a mouse, specify the window by ID on the command line, or name a window on the command line.</P>

<P><FONT SIZE="+1"><B><I>OPTIONS</I></B></FONT></P>

<TABLE WIDTH="100%">

<TR>

<TD WIDTH="25%"><B>-all</B>

<TD WIDTH="75%">Requests all information.

<TR>

<TD VALIGN="TOP"><B>-bits</B>

<TD>Returns information about the selected window&#146;s raw bits and how the selected window is to be stored, including the selected window&#146;s bit gravity, window gravity, backing-store hint, backing-planes value, backing pixel, and whether or not the window has save-under set.

<TR>

<TD VALIGN="TOP"><B>-children</B>

<TD>Returns information about the root, parent, and children of the selected window.

<TR>

<TD VALIGN="TOP"><B>-english</B>

<TD>Returns metric information about the selected window&#151;individual height, width, and <I>x</I> and <I>y</I> positions are displayed in inches and the number of pixels.

<TR>

<TD><B>-events</B>

<TD>Displays the selected window&#146;s event masks.

<TR>

<TD VALIGN="TOP"><B>-frame</B>

<TD>Includes window-manager frames when manually selecting windows.

<TR>

<TD VALIGN="TOP"><B>-id <I>id</I></B>

<TD>Specifies that window information be returned for the window by its <I>id</I>.

<TR>

<TD VALIGN="TOP"><B>-int</B>

<TD>Displays window IDs as integer values, not the default hexadecimal values.

<TR>

<TD VALIGN="TOP"><B>-metric</B>

<TD>Returns metric information about the selected window&#151;individual height, width, and <I>x</I> and <I>y</I> positions are displayed in millimeters and the number of pixels.

<TR>

<TD VALIGN="TOP"><B>-name <I>name</I></B>

<TD>Specifies that window information be returned for the window by its <I>name</I>.

<TR>

<TD><B>-root</B>

<TD>Returns information for the root window.

<TR>

<TD><B>-shape</B>

<TD>Displays the selected window&#146;s border shape extents.

<TR>

<TD VALIGN="TOP"><B>-size</B>

<TD>Displays the selected window&#146;s sizing hints, including normal-size hints and zoom-size hints, the user-supplied location, the program-supplied location, the user-supplied size, the program-supplied size, the minimum size, the maximum size, the resize increments, and the minimum and maximum aspect ratios if any.

<TR>

<TD VALIGN="TOP"><B>-stats</B>

<TD>Returns a lot of information about the specified window, including the location of the window, its width and height, its depth, border width, class, colormap ID (if any), map state, backing-store hint, and location of the corners.

<TR>

<TD VALIGN="TOP"><B>-tree</B>

<TD>Returns information about the root, parent, and children of the selected window, and displays all children recursively.

<TR>

<TD VALIGN="TOP"><B>-wm</B>

<TD>Returns information about the selected window&#146;s window-manager hints, including whether or not the application accepts input, the window&#146;s icon window number and name, where the window&#146;s icon should go, and what the window&#146;s initial state should be.

</TABLE>

<P><FONT SIZE="+1"><B><I>RELATED COMMANDS</I></B></FONT></P>

<DL>

<DD><B>xprop</B>

</DL>

<P><FONT SIZE="+1"><B>xwud......<TT>Displays XWD Captures</TT></B></FONT></P>

<IMG SRC="images/05-87i.jpg"><P><B>xwud</B> <I>option(s)</I></P>

<P><FONT SIZE="+1"><B><I>PURPOSE</I></B></FONT></P>

<P>The <B>xwud</B> displays a window saved by the <B>xwd</B> command.</P>

<P><FONT SIZE="+1"><B><I>OPTIONS</I></B></FONT></P>

<TABLE WIDTH="100%">

<TR>

<TD WIDTH="30%"><B>-in <I>file</I></B>

<TD WIDTH="70%">Specifies the <I>file</I> to display.

<TR>

<TD><B>-new</B>

<TD>Creates a new colormap for displaying the image.

<TR>

<TD VALIGN="TOP"><B>-noclick</B>

<TD>Doesn&#146;t allow any buttonpresses in the window to terminate the program.

<TR>

<TD><B>-plane <I>number</I></B>

<TD>Specifies a single bit plane of the image to display.

<TR>

<TD><B>-raw</B>

<TD>Uses existing color values to display the image.

<TR>

<TD><B>-rv</B>

<TD>Reverses the video.

<TR>

<TD VALIGN="TOP"><B>-std <I>maptype</I></B>

<TD>Displays the image using a specified Standard Colormap.

<TR>

<TD><B>-vis <I>vis-type-or-id</I></B>

<TD>Specifies a visual or visual class.

</TABLE>

<P><FONT SIZE="+1"><B><I>RELATED COMMANDS</I></B></FONT></P>

<DL>

<DD><B>xwd</B>

</DL>

<P><FONT SIZE="+1"><B>yes......<TT>Display Arguments Forever</TT></B></FONT></P>

<IMG SRC="images/05-88i.jpg"><P><B>yes</B> <I>string</I></P>

<P><FONT SIZE="+1"><B><I>PURPOSE</I></B></FONT></P>

<P>The <B>yes</B> command prints the command-line arguments, separated by spaces and followed by a newline, forever, until it is killed.</P><P><BR></P>

<CENTER>

<TABLE BORDER>

<TR>

<TD><A HREF="203-208.html">Previous</A></TD>

<TD><A HREF="../ewtoc.html">Table of Contents</A></TD>

<TD><A HREF="217-221.html">Next</A></TD>

</TR>

</TABLE>

</CENTER>





</td>
</tr>
</table>

<!-- begin footer information -->





</body></html>

⌨️ 快捷键说明

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