Vi editor: Difference between revisions

From Federal Burro of Information
Jump to navigationJump to search
No edit summary
(Redirected page to Vi Notes)
 
Line 1: Line 1:
===edit binary file in vi===
#REDIRECT [[Vi Notes]]
:%!xxd
===tai64nlocal file in vi===
:%!tai64nlocal
 
===set tabs to be the ENGDEV way in vi===
 
in the file:
/* ex: set tabstop=4 expandtab: */
 
or in ~/.vimrc
 
set tabstop=4
set expandtab
 
===fancy find replace===
 
convert:
 
Target[server.Real]: `/usr/local/bin/snmp_mem_usage.pl public 172.23.5.5 real`
 
to
 
Target[server.Real]: memTotalSwap.0&memTotalSwap.0:public@172.23.5.129:161::::2 - memAvailSwap.0&memAvailSwap.0:public@172.23.5.129:161::::2
 
in two (in vi):
 
%s: `/usr/local/bin/snmp_mem_usage.pl public ::g
%s/:\(.\+\) real`/ memTotalReal.0\&memTotalReal.0:public@\1:161::::2 - memAvailReal.0\&memAvailReal.0:public@\1:161::::2/

Latest revision as of 00:01, 30 January 2012

Redirect to: