[LUNI] finding out what rm did

Douglas Trainor trainor at uic.edu
Wed Nov 28 19:18:07 CST 2001


mach1$  find / -print | sort > mach1.list
mach2$  find / -print | sort > mach2.list

then get both mach1.list and mach2.list on the same machine and do

$  diff mach1.list mach2.list | less

you may have to wade through differences not do to the "rm" but things
might leap out at you as the developer.





More information about the luni mailing list