[완료]vi 에디터로 편집할때 모든 줄에 단어 입력하는 방법 알려주세요

ahsan의 이미지

안녕하세요 오랫만에 vi 에디터로 작업하려는데
문자열 치환에 대한 내용은 검색하면 잘 나오는데
모든 줄 처음과 마지막에 새로운 단어를 입력하는 방법이 없습니다.

예를 들어

5109 (Unspecified) D N 0 UNKNOWN
5108 (Unspecified) D N 0 UNKNOWN
5107 (Unspecified) D N 0 UNKNOWN
5106 (Unspecified) D N 0 UNKNOWN
5105 (Unspecified) D N 0 UNKNOWN
5104 (Unspecified) D N 0 UNKNOWN
5103 (Unspecified) D N 0 UNKNOWN
5102 (Unspecified) D N 0 UNKNOWN
5101 (Unspecified) D N 0 UNKNOWN
5000 (Unspecified) D N 0 UNKNOWN
4923 (Unspecified) D N 0 UNKNOWN
4474 (Unspecified) D N 0 UNKNOWN
4473 (Unspecified) D N 0 UNKNOWN
4108 (Unspecified) D N 0 UNKNOWN
4101/4101 (Unspecified) D N 0 UNKNOWN
4100 (Unspecified) D N 0 UNKNOWN
4082 (Unspecified) D N 0 UNKNOWN
4081 (Unspecified) D N 0 UNKNOWN
4075 (Unspecified) D N 0 UNKNOWN

위의 내용 모든 줄 앞에 echo를 삽입하고.
각 내용들을 ""로 묶고,
새로운 파일로 출력하기 위해 " >> /etc/kldp.conf " 이 문장을 각 줄의 뒤에 일괄적으로
삽입할려는데 어떻게 하면 좋을까요?
내용이 얼마되지 않으면 그냥 손으로 일일이 할텐데 너무 많아서 엄두가 나질 않네요.
고수분들의 가르침 부탁드립니다.
감사합니다.

keizie의 이미지

정규표현식에서 맨 앞은 ^, 맨 뒤는 $ 입니다.
:%s/^/echo 정도면 동작할 겁니다.

ahsan의 이미지

위에처럼 해 보니 잘 되네요

auditory의 이미지


더쉬운방법도 있겠지만
아래와 같이 하시면 원하시는 결과를 얻겠습니다.

:%s,^.*$,echo "&" >> /etc/kldp.conf

ahsan의 이미지

위의 방법으로 하니 바로 되는군요!
신기하다!
마치 마술같아요 !

저는 다른 방법으로 부분부분 하니 자꾸 에러가 나서 헤매다가
/ <--- 글자 앞에 \ <--- 문자를 붙이니 잘 되네요
감사합니다.

klenui의 이미지

normal 명령을 써도 좋지요.

:%normal 0iecho "^[$a" >> /etc/kldp.conf

( ^[ 는 Ctrl+v 후에 ESC누름 )

s가 치환명령이라면 normal은 다음 명령을 실행하라는 뜻입니다.

댓글 달기

Filtered HTML

  • 텍스트에 BBCode 태그를 사용할 수 있습니다. URL은 자동으로 링크 됩니다.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>
  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.

BBCode

  • 텍스트에 BBCode 태그를 사용할 수 있습니다. URL은 자동으로 링크 됩니다.
  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param>
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.

Textile

  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • You can use Textile markup to format text.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>

Markdown

  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • Quick Tips:
    • Two or more spaces at a line's end = Line break
    • Double returns = Paragraph
    • *Single asterisks* or _single underscores_ = Emphasis
    • **Double** or __double__ = Strong
    • This is [a link](http://the.link.example.com "The optional title text")
    For complete details on the Markdown syntax, see the Markdown documentation and Markdown Extra documentation for tables, footnotes, and more.
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>

Plain text

  • HTML 태그를 사용할 수 없습니다.
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.
  • 줄과 단락은 자동으로 분리됩니다.
댓글 첨부 파일
이 댓글에 이미지나 파일을 업로드 합니다.
파일 크기는 8 MB보다 작아야 합니다.
허용할 파일 형식: txt pdf doc xls gif jpg jpeg mp3 png rar zip.
CAPTCHA
이것은 자동으로 스팸을 올리는 것을 막기 위해서 제공됩니다.