Note that find -empty works on files, not just directories.

Submitted by:	olgeni
This commit is contained in:
bmah 2001-02-05 22:06:33 +00:00
parent 3454aa52f8
commit 5ddaad85a0
2 changed files with 4 additions and 4 deletions

View File

@ -694,8 +694,8 @@ purposes. [MERGED]
libc is now thread-safe by default; libc_r contains only thread functions.
find(1) now takes the -empty flag, which returns true if a directory
is empty. [MERGED]
find(1) now takes the -empty flag, which returns true if a file or
directory is empty. [MERGED]
tftpd(8) now takes the -c and -C options, which allow the server to
chroot(2) based on the IP address of the connecting client. tftp(1)

View File

@ -791,8 +791,8 @@ purposes. [MERGED]
libc is now thread-safe by default; libc_r contains only thread functions.
find(1) now takes the -empty flag, which returns true if a directory
is empty. [MERGED]
find(1) now takes the -empty flag, which returns true if a file or
directory is empty. [MERGED]
tftpd(8) now takes the -c and -C options, which allow the server to
chroot(2) based on the IP address of the connecting client. tftp(1)