]> git.ipfire.org Git - thirdparty/util-linux.git/blame - misc-utils/fincore.1.adoc
Asciidoc: Import misc-utils man pages
[thirdparty/util-linux.git] / misc-utils / fincore.1.adoc
CommitLineData
6c64d12d
MB
1////
2Copyright 2017 Red Hat, Inc.
3
4This file may be copied under the terms of the GNU Public License.
5////
6= fincore(1)
7:doctype: manpage
8:man manual: User Commands
9:man source: util-linux {release-version}
10:page-layout: base
11:command: fincore
12
13== NAME
14
15fincore - count pages of file contents in core
16
17== SYNOPSIS
18
19*fincore* [options] _file_...
20
21== DESCRIPTION
22
23*fincore* 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 *fincore* continues processing the rest of files listed in a command line.
24
25The 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 *--output* _columns-list_ in environments where a stable output is required.
26
27== OPTIONS
28
29*-n*, *--noheadings*::
30 Do not print a header line in status output.
31
32*-b*, *--bytes*::
33 Print the SIZE column in bytes rather than in a human-readable format.
34
35*-o*, *--output* _list_::
36 Define output columns. See the *--help* output to get a list of the currently supported columns. The default list of columns may be extended if _list_ is specified in the format _+list_.
37
38*-r*, *--raw*::
39 Produce output in raw format. All potentially unsafe characters are hex-escaped (BSOLx<code>).
40
41*-J*, *--json*::
42 Use JSON output format.
43
44*-V*, *--version*::
45 Display version information and exit.
46
47*-h*, *--help*::
48 Display help text and exit.
49
50== AUTHORS
51
52mailto:yamato@redhat.com[Masatake YAMATO]
53
54== SEE ALSO
55
56*mincore*(2),
57*getpagesize*(2),
58*getconf*(1p)
59
60include::../man-common/bugreports.adoc[]
61
62include::../man-common/footer.adoc[]
63
64ifdef::translation[]
65include::../man-common/translation.adoc[]
66endif::[]