debian_common

Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revisionBoth sides next revision
debian_common [2019/04/14 08:44] โ€“ [Basic commands 101] Jรบne Parkdebian_common [2019/04/14 08:53] โ€“ [Basic commands 101] Jรบne Park
Line 417: Line 417:
 === [output to file] ===  === [output to file] === 
  
-|  | visible in terminal | | visible in file |  |   | ย +|  |  visible in terminal  | |  visible in file  |  |   | ย 
-| syntax | ''stdout'' | ''stderr'' | ''stdout'' | ''stderr'' | existing file |+ syntax   ''stdout''   ''stderr''   ''stdout''   ''stderr''   existing file  |ย 
 +| | | | | | 
 |  ''>''  |  no  |  yes  |  yes  |  no  |  overwrite  |  ''>''  |  no  |  yes  |  yes  |  no  |  overwrite 
-ย +|  ''>>''  |  no  |  yes  |  yes  |  no  |  append ย 
-ย +|  ''2>''  |  yes  |  no  |  no  |  yes  |  overwrite  |ย 
 +|  ''2>>''  |  yes  |  no  |  no  |  yes  |  append  |ย 
 +|  ''&>''  |  no  |  no  |  yes  |  yes  |  overwrite  |ย 
 +|  ''&>>''  |  no  |  no  |  yes  |  yes  |  append  |ย 
 +|  ''| tee''  |  yes  |  yes  |  yes  |  no  |  overwrite  |ย 
 +|  ''| tee -a''  |  yes  |  yes  |  yes  |  no  |  append  |ย 
 +|  ''|& tee''  |  yes  |  yes  |  yes  |  yes  |  overwrite  |ย 
 +|  ''|& tee -a''  |  yes  |  yes  |  yes  |  yes  |  append  |ย 
 +| | | | | | | 
  
  
  • debian_common
  • Last modified: 2024/04/18 08:58
  • by Jรบne Park