Last active
April 18, 2018 02:24
-
-
Save sh78/1d390850f2d43a1bb7181d085b8935e4 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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