Is there a fast way to find out which
file has a specific inode?
I'm currently using:
find ./ -inum ###### -print
It works...but it's a little slow and I have
to break out of it once it finds the filename
unless I wait for it to search the full tree.
Running 3.2c
George Gallen
ggallen_at_slackinc.com
Received on Mon Sep 20 1999 - 21:55:40 NZST