tangled
alpha
login
or
join now
jcs.org
/
openbsd-src
0
fork
atom
jcs's openbsd hax
openbsd
0
fork
atom
overview
issues
pulls
pipelines
openbsd-src
/
usr.bin
/
find
/
at
jcs
11 files
Makefile
new strtofflags/fflagstostr
26 years ago
extern.h
add -delete option which can simplify the common case of wanting to delete lots of files without the arcane -exec or error prone xargs. code from freebsd. ok millert
9 years ago
find.1
man pages: add missing commas between subordinate and main clauses
4 years ago
find.c
Update a comment to include -delete, -execdir, -ls and -print0 among the primaries that do not imply -print. From Kris Katterjohn, thanks!
7 years ago
find.h
add -delete option which can simplify the common case of wanting to delete lots of files without the arcane -exec or error prone xargs. code from freebsd. ok millert
9 years ago
function.c
Replace use of the old BSD st_*timespec members in struct stat with the POSIX-standard st_*tim members.
2 years ago
ls.c
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
7 years ago
main.c
userspace: remove vestigial '?' cases from top-level getopt(3) loops
3 years ago
misc.c
Delete obsolete /* ARGSUSED */ lint comments.
3 years ago
operator.c
rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and unmaintainable). these days, people use source. these id's do not provide any benefit, and do hurt the small install media (the 33,000 line diff is essentially mechanical) ok with the idea millert, ok dms
16 years ago
option.c
add -not as a sh friendly alias for !. ok millert
7 years ago