내맘대로긍정이 알려주는
Oracle 23ai 신기능
무료 세미나 발표자료
다운로드
trending_flat
OS환경 : Oracle Linux6.8(64bit)
방법 :
vi 에서 %로 치환 할때 newline(엔터) 문자를 입력하려면 \r 을 사용하면 된다.
%s/before/after\r/g
From vim docs on patterns:
\r matches <CR>
\n matches an end-of-line - When matching in a string instead of buffer text a literal newline character is matched.
참조 :
http://stackoverflow.com/questions/71323/how-to-replace-a-character-for-a-newline-in-vim
http://vim.wikia.com/wiki/Search_and_replace
'Linux, Unix > Tip' 카테고리의 다른 글
crontab root 계정으로 일반유저 쉘 실행 (2) | 2018.11.13 |
---|---|
크론탭 실행시 파일 크기 0 => 답은 절대경로 및 권한 (0) | 2018.11.13 |
리눅스 특정행만 출력, 특정행에서부터 출력, 특정 행 제외 출력 방법 (0) | 2018.11.08 |
리눅스6 새로넣은 디스크 mount 시키기 (0) | 2018.09.07 |
oel6 oracle 11g raw device 용 vg, lv 생성 방법 (0) | 2018.08.16 |