Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
software:zsh [2009/03/17 10:48]
cyril created
software:zsh [2013/09/19 16:40] (current)
Line 7: Line 7:
 ^  ''|''  |send standard output| ^  ''|''  |send standard output|
 ^  ''|&''  |send both standard output and error (shorthand for ''2>&1 |'')| ^  ''|&''  |send both standard output and error (shorthand for ''2>&1 |'')|
-^  ''2>&1''  |redirects standard error to standard output| +^  ''2>&1''  |redirect standard error to standard output| 
 +^  ''| tee output.log''  |send the standard output to both the file and the screen| 
 +^  ''2>&1 | tee output.log''|send both standard output and standard error to both the file and the screen|
  
  
software/zsh.1237286896.txt.gz · Last modified: 2013/09/19 16:43 (external edit)
CC Attribution-Share Alike 4.0 International
Driven by DokuWiki Recent changes RSS feed Valid CSS Valid XHTML 1.0