]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
find: add SIGINFO handler
authorGoran Mekić <meka@tilda.center>
Thu, 11 Jan 2024 22:35:25 +0000 (15:35 -0700)
committerAlan Somers <asomers@FreeBSD.org>
Thu, 11 Jan 2024 23:37:14 +0000 (16:37 -0700)
commitd06a00963b7f724b6fdd7d7cdcbed57c534196a9
treeaaaf8e118f9bd98076d8deea4e323e1ce807d41a
parent0e1d8481f93c58008c5a2ef68c3a46a0da83644a
find: add SIGINFO handler

Print number of files processed and path currently being processed on
SIGINFO.

Reviewed by: des, asomers
Sponsored by: Axcient
MFC after: 2 weeks
Differential Revision: https://reviews.freebsd.org/D43380
usr.bin/find/extern.h
usr.bin/find/find.c
usr.bin/find/main.c