Skip to content

Instantly share code, notes, and snippets.

@sh78
Last active April 18, 2018 02:24
Show Gist options
  • Save sh78/1d390850f2d43a1bb7181d085b8935e4 to your computer and use it in GitHub Desktop.
Save sh78/1d390850f2d43a1bb7181d085b8935e4 to your computer and use it in GitHub Desktop.
# log output of a command to a file while still viewing it in the shell
command | tee /dev/tty | >> file.log
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment