summaryrefslogtreecommitdiffstats
path: root/bin/getfacl/getfacl.1
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2006-03-13 11:45:29 +0000
committerrwatson <rwatson@FreeBSD.org>2006-03-13 11:45:29 +0000
commit201a1558c6c27bf7ff35ddb2bdfa3537b0b122d1 (patch)
treeab56dacff00208c610173a142d8fd405934391d9 /bin/getfacl/getfacl.1
parentdf0e90beed955c2fe2128b911d58ae2e1bcb3e8c (diff)
downloadFreeBSD-src-201a1558c6c27bf7ff35ddb2bdfa3537b0b122d1.zip
FreeBSD-src-201a1558c6c27bf7ff35ddb2bdfa3537b0b122d1.tar.gz
Add "-q" argument to getfacl(1), which suppresses the per-file header
comment listing the file name, owner, and group. MFC after: 1 week Submitted by: Jan Srzednicki <w at expro dot pl>
Diffstat (limited to 'bin/getfacl/getfacl.1')
-rw-r--r--bin/getfacl/getfacl.15
1 files changed, 4 insertions, 1 deletions
diff --git a/bin/getfacl/getfacl.1 b/bin/getfacl/getfacl.1
index d74f77a..b688a4e 100644
--- a/bin/getfacl/getfacl.1
+++ b/bin/getfacl/getfacl.1
@@ -38,7 +38,7 @@
.Nd get ACL information
.Sh SYNOPSIS
.Nm
-.Op Fl dh
+.Op Fl dhq
.Op Ar
.Sh DESCRIPTION
The
@@ -64,6 +64,9 @@ An error is generated if a default ACL cannot be associated with
.It Fl h
If the target of the operation is a symbolic link, return the ACL from
the symbolic link itself rather than following the link.
+.It Fl q
+Don't write commented information about file name and ownership. This is
+useful when dealing with filenames with unprintable characters.
.El
.Pp
The following operand is available:
OpenPOWER on IntegriCloud