yoshuawuyts / knowledge

notes on things
846 stars 46 forks source link

bash #21

Closed yoshuawuyts closed 9 years ago

yoshuawuyts commented 9 years ago
exec 2>&1

pipe stderr to stdout, useful for writing all data to a file for example. http://stackoverflow.com/questions/1216922/sh-command-exec-21