summaryrefslogtreecommitdiffstats
path: root/misc-utils/fincore.1
diff options
context:
space:
mode:
authorKarel Zak2017-03-23 14:17:46 +0100
committerKarel Zak2017-03-23 14:17:46 +0100
commit3f91dd88ca7ea6905e39519d52896207521f905e (patch)
tree048279520bd69784a122d3ea77dbab1154ec9557 /misc-utils/fincore.1
parentfincore: use libsmartcols (diff)
downloadkernel-qcow2-util-linux-3f91dd88ca7ea6905e39519d52896207521f905e.tar.gz
kernel-qcow2-util-linux-3f91dd88ca7ea6905e39519d52896207521f905e.tar.xz
kernel-qcow2-util-linux-3f91dd88ca7ea6905e39519d52896207521f905e.zip
fincore: add --bytes and --noheadings
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'misc-utils/fincore.1')
-rw-r--r--misc-utils/fincore.141
1 files changed, 6 insertions, 35 deletions
diff --git a/misc-utils/fincore.1 b/misc-utils/fincore.1
index 32ffce1bb..c32d6312e 100644
--- a/misc-utils/fincore.1
+++ b/misc-utils/fincore.1
@@ -18,46 +18,17 @@ occurs during counting, then an error message is printed to the stderr and
continues processing the rest of files listed in a command line.
.SH OPTIONS
.TP
+.BR \-n , " \-\-noheadings"
+Do not print a header line in status output.
+.TP
+.BR \-b , " \-\-bytes"
+Print the SIZE column in bytes rather than in a human-readable format.
+.TP
\fB\-V\fR, \fB\-\-version\fR
Display version information and exit.
.TP
\fB\-h\fR, \fB\-\-help\fR
Display help text and exit.
-.SH EXAMPLES
-.PP
-An example of successfully executed case:
-.PP
-.RS
-.PD 0
-.TP
-.B fincore /etc/fstab /bin/emacs
-.TP
-1 1544 /etc/fstab
-.TP
-4156 17163144 /bin/emacs
-.TP
-.B echo $?
-.TP
-0
-.PD
-.RE
-.PP
-An example of failure case:
-.PP
-.RS
-.PD 0
-.TP
-.B fincore /etc/passwd
-.TP
-.I fincore: failed to open: /var/log/messages: Permission denied
-.TP
-failed -1 /var/log/messages
-.TP
-.B echo $?
-.TP
-1
-.PD
-.RE
.SH AUTHORS
.MT yamato@\:redhat.com
Masatake YAMATO