FG
💻 Software

Save output to a text file from Mac terminal

Fresh5 days ago
Mar 15, 202686464 views
Confidence Score0%
0%

Problem

How could I enter a command, say, system_profiler, and have the output save somewhere on my computer?

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: Save output to a text file from Mac terminal

Low Risk

Simply with output redirection: Basically, this will take the output of and save it to the file . There are technically two different output "streams", standard output, and standard error. They are treated separately, and if you use the simple redir…

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment