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 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 11:43] โ€“ [Initial steps freshly] Jรบne Park
Line 50: Line 50:
  
 Append ''public keys'' for SSH client.  Append ''public keys'' for SSH client. 
 +
 +=== Enable colorful terminal === 
 +
 +Comment out **''force_color_prompt=yes''** in ''~/.bashrc''
 +
 +  vi ~/.bashrc 
 +  source ./.bashrc 
 +  
 + 
  
 ---- ----
Line 417: Line 426:
 === [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