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