man-pages/man1/fincore.1.html
2021-03-31 01:06:50 +01:00

115 lines
2.9 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<HTML><HEAD><TITLE>Man page of FINCORE</TITLE>
</HEAD><BODY>
<H1>FINCORE</H1>
Section: User Commands (1)<BR>Updated: March 2017<BR><A HREF="#index">Index</A>
<A HREF="/cgi-bin/man/man2html">Return to Main Contents</A><HR>
<A NAME="lbAB">&nbsp;</A>
<H2>NAME</H2>
fincore - count pages of file contents in core
<A NAME="lbAC">&nbsp;</A>
<H2>SYNOPSIS</H2>
<B>fincore</B>
[options]
<I>file ...</I>
<A NAME="lbAD">&nbsp;</A>
<H2>DESCRIPTION</H2>
<B>fincore</B>
counts pages of file contents being resident in memory (in core), and reports
the numbers. If an error occurs during counting, then an error message is
printed to the stderr and
<B>fincore</B>
continues processing the rest of files listed in a command line.
<P>
The default output is subject to change. So whenever possible, you should
avoid using default outputs in your scripts. Always explicitly define expected
columns by using
<B>--output</B>
<I>columns-list</I>
in environments where a stable output is required.
<A NAME="lbAE">&nbsp;</A>
<H2>OPTIONS</H2>
<DL COMPACT>
<DT id="1"><B>-n</B>,<B> --noheadings</B>
<DD>
Do not print a header line in status output.
<DT id="2"><B>-b</B>,<B> --bytes</B>
<DD>
Print the SIZE column in bytes rather than in a human-readable format.
<DT id="3"><B>-o</B>,<B> --output </B><I>list</I>
<DD>
Define output columns. See the <B>--help</B> output to get a list of the
currently supported columns. The default list of columns may be extended if <I>list</I> is
specified in the format <I>+list</I>.
<DT id="4"><B>-r</B>,<B> --raw</B>
<DD>
Produce output in raw format. All potentially unsafe characters are hex-escaped
(\x&lt;code&gt;).
<DT id="5"><B>-J</B>,<B> --json</B>
<DD>
Use JSON output format.
<DT id="6"><B>-V</B>, <B>--version</B><DD>
Display version information and exit.
<DT id="7"><B>-h</B>, <B>--help</B><DD>
Display help text and exit.
</DL>
<A NAME="lbAF">&nbsp;</A>
<H2>AUTHORS</H2>
Masatake YAMATO
<A NAME="lbAG">&nbsp;</A>
<H2>SEE ALSO</H2>
<B><A HREF="/cgi-bin/man/man2html?2+mincore">mincore</A></B>(2),
<B><A HREF="/cgi-bin/man/man2html?2+getpagesize">getpagesize</A></B>(2),
<B><A HREF="/cgi-bin/man/man2html?1+getconf">getconf</A></B>(1)
<A NAME="lbAH">&nbsp;</A>
<H2>AVAILABILITY</H2>
The fincore command is part of the util-linux package and is available from
Linux Kernel Archive
<P>
<HR>
<A NAME="index">&nbsp;</A><H2>Index</H2>
<DL>
<DT id="8"><A HREF="#lbAB">NAME</A><DD>
<DT id="9"><A HREF="#lbAC">SYNOPSIS</A><DD>
<DT id="10"><A HREF="#lbAD">DESCRIPTION</A><DD>
<DT id="11"><A HREF="#lbAE">OPTIONS</A><DD>
<DT id="12"><A HREF="#lbAF">AUTHORS</A><DD>
<DT id="13"><A HREF="#lbAG">SEE ALSO</A><DD>
<DT id="14"><A HREF="#lbAH">AVAILABILITY</A><DD>
</DL>
<HR>
This document was created by
<A HREF="/cgi-bin/man/man2html">man2html</A>,
using the manual pages.<BR>
Time: 00:05:12 GMT, March 31, 2021
</BODY>
</HTML>