Plan 9 from Bell Labs’s /usr/web/sources/contrib/quanstro/root/sys/man/1/find

Copyright © 2021 Plan 9 Foundation.
Distributed under the MIT License.
Download the Plan 9 distribution.


.TH FIND 1
.SH NAME
find \- recursively list files.
.SH SYNOPSIS
.B find 
[
.B -1dfq
] 
.I dir ...
.SH DESCRIPTION
List each argument.  If the argument is a directory recursively list it's contents.
The default is to list the current directory.
Specifying
.B -d
prints only directories, 
.B -f
supresses warnings, while
.B -q
supresses quoting the output for
.IR rc (1).
With
.BR -1 ,
mount points will not be traversed.
.SH SOURCE
.B /sys/src/cmd/find.c
.SH SEE ALSO
.IR du (1)
.SH BUGS
Feeping creaturism.

Bell Labs OSI certified Powered by Plan 9

(Return to Plan 9 Home Page)

Copyright © 2021 Plan 9 Foundation. All Rights Reserved.
Comments to webmaster@9p.io.