/
nerfur
/
openbsd-src
ОбзорДокументацияВойти
/
nerfur
/
openbsd-src
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
ДокументацияПоддержка
Политика конфиденциальностиПользовательское соглашениеПолитика использования «cookies»Согласие субъекта персональных данных
2026 ©
openbsd-src/
usr.bin/find/
..
Makefile

new strtofflags/fflagstostr

26 лет назад
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

10 лет назад
find.1

man pages: add missing commas between subordinate and main clauses

4 года назад
find.c

Update a comment to include -delete, -execdir, -ls and -print0 among the primaries that do not imply -print. From Kris Katterjohn, thanks!

8 лет назад
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

10 лет назад
function.c

Replace use of the old BSD st_*timespec members in struct stat with the POSIX-standard st_*tim members.

3 года назад
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

8 лет назад
main.c

userspace: remove vestigial '?' cases from top-level getopt(3) loops

4 года назад
misc.c

Delete obsolete /* ARGSUSED */ lint comments.

3 года назад
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

17 лет назад
option.c

add -not as a sh friendly alias for !. ok millert

8 лет назад