Jun 20, '03 10:30:00AM • Contributed by: Anonymous
system_profilerIt can be redirected to a text file like this:
system_profiler > profiler_output.txtThe only flags the utility seems to take is one that causes the output to be in XML. I'm sure that could be handy for folks that want to process the data in that form:
system_profiler -xml > profiler_output.xml[robg adds: This appears to be the replacement for the AppleSystemProfiler command that was covered in this hint, but vanished with the release of Jaguar. If you don't run it in redirected mode, make sure you give it some time to finish its output!]
