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.