CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/01/03 14:31:16
Modified files:
usr.bin/find : extern.h find.1 find.c find.h function.c main.c
option.c
Log message:
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
