Verbose Output
-
To enable verbose output in Homebrew, use
export HOMEBREW_CURL_VERBOSE=1
in conjunction withbrew upgrade --verbose
. -
To increase verbosity in SSH, use
ssh -vvv user@host
. -
For more verbose output with
git
, usegit -v
orgit --verbose
. -
To get more output from
rsync
, usersync -vv source destination
.