daniel@gluon /websider/epf/adventures> find ./ -regex ".*atom_72.psd" daniel@gluon /websider/epf/adventures> find ./ -regex ".*atom*.psd" ./particleadventure_source/photoshop_files/animated_atom.psd ./particleadventure_source/photoshop_files/the_atom.psd ./particleadventure_source/photoshop_files/particle_decays/uranium_atom.psd daniel@gluon /websider/epf/adventures> find ./ -regex ".*fermions*.psd" ./particleadventure_source/photoshop_files/fermions.psd ./particleadventure_source/photoshop_files/what_holds_it_together/fermions.psd daniel@gluon /websider/epf/adventures> find ./ -regex ".*bosons*.psd" ./particleadventure_2.1/fermion_boson.psd ./particleadventure_source/photoshop_files/what_holds_it_together/bosons.psd ./particleadventure_source/photoshop_files/what_holds_it_together/fermion_boson.psd daniel@gluon /websider/epf/adventures> find ./ -regex ".*baryons*.psd" ./particleadventure_2.1/baryons.psd daniel@gluon /websider/epf/adventures> find ./ -regex ".*interactions*.psd" ./particleadventure_source/photoshop_files/what_holds_it_together/four_interactions.psd daniel@gluon /websider/epf/adventures> find ./ -regex ".*mesons*.psd" ./particleadventure_2.1/mesons.psd ./particleadventure_source/photoshop_files/baryon_meson.psd daniel@gluon /websider/epf/adventures> find ./ -regex ".*figure*.psd" daniel@gluon /websider/epf/adventures> find ./ -regex ".*chart*.psd" ./particleadventure_2.1/quark_chart.psd ./particleadventure_2.1/decay_chart.psd ./particleadventure_source/photoshop_files/what_holds_it_together/force_chart.psd daniel@gluon /websider/epf/adventures>