Difference between revisions of "HP-UX"
Jump to navigation
Jump to search
| Line 4: | Line 4: | ||
*'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 | ||
==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 20:18, 2 July 2006
tested
- to redirect Standard Error to a file use '2>' instead of usuall '>' (p. 115)
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
to test yet
- cut
- tee - sends output of pipe to additional place (file as well as stout f.e.)