1
0
mirror of https://github.com/openbsd/src.git synced 2025-01-10 06:47:55 -08:00
openbsd-src/usr.bin/find
deraadt 7aa9f692dc dev_t is signed to permit passing -1 as an invalid condition, but the
decomposition into major and minor is unsigned, so we should print them
with %u instead of %d.
ok guenther
2019-02-05 02:17:32 +00:00
..
extern.h add -delete option which can simplify the common case of wanting to delete 2017-01-03 21:31:16 +00:00
find.1 add -not as a sh friendly alias for !. 2018-12-06 17:45:14 +00:00
find.c Update a comment to include -delete, -execdir, -ls and -print0 among 2018-08-01 06:39:58 +00:00
find.h add -delete option which can simplify the common case of wanting to delete 2017-01-03 21:31:16 +00:00
function.c Use uid_from_user(3) and gid_from_group(3) in utilities that 2018-09-16 02:44:06 +00:00
ls.c dev_t is signed to permit passing -1 as an invalid condition, but the 2019-02-05 02:17:32 +00:00
main.c add -delete option which can simplify the common case of wanting to delete 2017-01-03 21:31:16 +00:00
Makefile
misc.c Convert snprintf+write into dprintf. It is simply easier to read, and 2017-12-08 17:04:14 +00:00
operator.c
option.c add -not as a sh friendly alias for !. 2018-12-06 17:45:14 +00:00