]> git.ipfire.org Git - thirdparty/util-linux.git/blame - misc-utils/fincore.1.adoc
Merge branch 'PR/libmount-utab-event' of github.com:karelzak/util-linux-work
[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*::
4c989ad4 35include::man-common/in-bytes.adoc[]
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 40
1f583cb9
TW
41*--output-all*::
42Output all available columns.
43
6c64d12d 44*-r*, *--raw*::
2c646c80 45Produce output in raw format. All potentially unsafe characters are hex-escaped (\x<code>).
6c64d12d
MB
46
47*-J*, *--json*::
2c646c80 48Use JSON output format.
6c64d12d 49
2b2d3172 50include::man-common/help-version.adoc[]
6c64d12d
MB
51
52== AUTHORS
53
54mailto:yamato@redhat.com[Masatake YAMATO]
55
56== SEE ALSO
57
58*mincore*(2),
59*getpagesize*(2),
60*getconf*(1p)
c214cbeb 61*cachestat*(2)
6c64d12d 62
625e9c61 63include::man-common/bugreports.adoc[]
6c64d12d 64
625e9c61 65include::man-common/footer.adoc[]
6c64d12d
MB
66
67ifdef::translation[]
625e9c61 68include::man-common/translation.adoc[]
6c64d12d 69endif::[]