find: add -inum option
authorGreg Hackmann <ghackmann@google.com>
Fri, 10 Jul 2015 17:14:02 +0000 (12:14 -0500)
committerRob Landley <rob@landley.net>
Fri, 10 Jul 2015 17:14:02 +0000 (12:14 -0500)
commitd1a577f7bd2148f29a1dff37684ea9c63024fe6e
tree23e3feb53c509c5258a3d113790931adaa6a1627
parent747e74852b982f8b2c54dc3e3650352843a6bede
find: add -inum option

-inum is a commonly implemented extension to search by inode number.

Linux's fs-layer tracepoints log many events in terms of inodes, so
"find -inum" is useful for mapping those events back to specific files.
toys/posix/find.c