]> git.ipfire.org Git - thirdparty/util-linux.git/blame - misc-utils/fincore.1
docs: add v2.35-ReleaseNotes
[thirdparty/util-linux.git] / misc-utils / fincore.1
CommitLineData
ffbfa7fb
MY
1.\" Copyright 2017 Red Hat, Inc.
2.\"
3.\" This file may be copied under the terms of the GNU Public License.
4.TH FINCORE 1 "March 2017" "util-linux" "User Commands"
5.SH NAME
6fincore \- count pages of file contents in core
7.SH SYNOPSIS
8.B fincore
9[options]
10.I file ...
11.SH DESCRIPTION
12.B fincore
456bda92 13counts pages of file contents being resident in memory (in core), and reports
e4e8b57b
KZ
14the numbers. If an error occurs during counting, then an error message is
15printed to the stderr and
ffbfa7fb
MY
16.B fincore
17continues processing the rest of files listed in a command line.
c5cb5412
KZ
18
19The default output is subject to change. So whenever possible, you should
20avoid using default outputs in your scripts. Always explicitly define expected
21columns by using
22.B \-\-output
23.I columns-list
24in environments where a stable output is required.
ffbfa7fb
MY
25.SH OPTIONS
26.TP
3f91dd88
KZ
27.BR \-n , " \-\-noheadings"
28Do not print a header line in status output.
29.TP
30.BR \-b , " \-\-bytes"
31Print the SIZE column in bytes rather than in a human-readable format.
32.TP
c5cb5412
KZ
33.BR \-o , " \-\-output \fIlist\fP"
34Define output columns. See the \fB\-\-help\fP output to get a list of the
35currently supported columns. The default list of columns may be extended if \fIlist\fP is
36specified in the format \fI+list\fP.
37.TP
9b48766f
KZ
38.BR \-r , " \-\-raw"
39Produce output in raw format. All potentially unsafe characters are hex-escaped
40(\\x<code>).
41.TP
42.BR \-J , " \-\-json"
43Use JSON output format.
44.TP
ffbfa7fb
MY
45\fB\-V\fR, \fB\-\-version\fR
46Display version information and exit.
47.TP
48\fB\-h\fR, \fB\-\-help\fR
49Display help text and exit.
ffbfa7fb
MY
50.SH AUTHORS
51.MT yamato@\:redhat.com
52Masatake YAMATO
53.ME
54.SH "SEE ALSO"
55.BR mincore (2),
56.BR getpagesize (2),
dbeb1d73 57.BR getconf (1p)
ffbfa7fb 58.SH AVAILABILITY
616e75c0 59The fincore command is part of the util-linux package and is available from
ffbfa7fb
MY
60.UR https://\:www.kernel.org\:/pub\:/linux\:/utils\:/util-linux/
61Linux Kernel Archive
62.UE .