View Single Post
Eugene
careful with axes
 
Join Date: May 2004
Location: Hillsborough, CA
 
2004-09-27, 01:58

I don't recommend doing this since you'll probably open some headless apps and uninstallers and other evil things, but if you really want to open every app you have...

Paste this into Terminal:
find / -name "*.app" -print0 | xargs -0 open

DON'T DO IT.
  quote