>>154
find /usr/local > list1
make install
find /usr/local > list2
diff -u list1 list2 >list3
vi list3