fsck Recovery From Crashes

bill bill at franklin.com
Wed Jun 5 00:47:29 AEST 1991


In article <1991Jun4.020353.11910 at newshost.anu.edu.au> cmf851 at anu.oz.au (Albert Langer) writes:
: I have an awk script adapted from one by Tony Moraes, which
: converts an ls -alR listing into the same style as "find".
: It would be easy to use ls -ailR and include the inode number
: in the output and sort on that.

Urk. Why go to all the hassle?

	find $dir -mount -print | xargs ls -di

gets you inode,file in a neat listing.



More information about the Comp.unix.sysv386 mailing list