Created
September 28, 2012 07:25
-
-
Save yenliangl/3798451 to your computer and use it in GitHub Desktop.
Use tee to save output of one command pipe and also to standard output
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
command |& tee output.ext |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
the & is unecessary