Difference between revisions of "HP-UX"

From Mesopoly 3.0
Jump to navigation Jump to search
m
Line 10: Line 10:
 
  '>'  
 
  '>'  
  
===VI commands===
+
====VI commands====
  
 
  'I' - insert at ther begginig of the line
 
  'I' - insert at ther begginig of the line

Revision as of 13:34, 24 August 2006

links

tips

  • 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

to test yet

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