commit | d1a577f7bd2148f29a1dff37684ea9c63024fe6e | [log] [tgz] |
---|---|---|
author | Greg Hackmann <ghackmann@google.com> | Fri Jul 10 12:14:02 2015 -0500 |
committer | Rob Landley <rob@landley.net> | Fri Jul 10 12:14:02 2015 -0500 |
tree | 23e3feb53c509c5258a3d113790931adaa6a1627 | |
parent | 747e74852b982f8b2c54dc3e3650352843a6bede [diff] |
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.