Difference between revisions of "HP-UX"

From Mesopoly 3.0
Jump to navigation Jump to search
m
m
Line 3: Line 3:
 
*[http://docs.hp.com/en/B2355-90689/index.html HPUX reference]
 
*[http://docs.hp.com/en/B2355-90689/index.html HPUX reference]
 
*[http://www.faqs.org/faqs/hp/hpux-faq/preamble.html HP-UX faq]
 
*[http://www.faqs.org/faqs/hp/hpux-faq/preamble.html HP-UX faq]
 
+
==tips and notes==
==tips==
+
====shell====
 
*to redirect Standard Error to a file use ...
 
*to redirect Standard Error to a file use ...
 
  '2>'  
 
  '2>'  
 
.. instead of usuall  
 
.. instead of usuall  
 
  '>'  
 
  '>'  
 
 
====VI commands====
 
====VI commands====
 
 
  'I' - insert at ther begginig of the line
 
  'I' - insert at ther begginig of the line
 
  '3,404w file.txt' write lines 3 to 404 to file.txt
 
  '3,404w file.txt' write lines 3 to 404 to file.txt
 
  ':m n'  move current line to after line n
 
  ':m n'  move current line to after line n
 
  ':t n'  copy current line to after line n
 
  ':t n'  copy current line to after line n
 
+
====kernel reconfiguration====
 
==to test yet==
 
==to test yet==
 
*cut
 
*cut
 
*tee - sends output of pipe to additional place (file as well as stout f.e.)
 
*tee - sends output of pipe to additional place (file as well as stout f.e.)

Revision as of 13:41, 24 August 2006

links

tips and notes

shell

  • to redirect Standard Error to a file use ...
'2>' 

.. instead of usuall

'>' 

VI commands

'I' - insert at ther begginig of the line
'3,404w file.txt' write lines 3 to 404 to file.txt
':m n'  move current line to after line n
':t n'  copy current line to after line n

kernel reconfiguration

to test yet

  • cut
  • tee - sends output of pipe to additional place (file as well as stout f.e.)