vim에서 라인번호를 인식하는 방법이 있나요?

thisrule의 이미지

vim에서 라인번호를 인식하는 방법이 있나요?
질문이 모호해서 제가 하려는 걸 직접 물어보겠습니다.
예를들어 아래와 같은 파일이 있습니다.

X= 0131 Y= 0088 B= 19
X= 0130 Y= 0088 B= 19
X= 0129 Y= 0088 B= 19
X= 0128 Y= 0088 B= 19
X= 0127 Y= 0088 B= 19
X= 0126 Y= 0088 B= 19
X= 0125 Y= 0088 B= 19
X= 0124 Y= 0088 B= 19
X= 0123 Y= 0088 B= 19
X= 0132 Y= 0087 B= 19
X= 0131 Y= 0087 B= 19
X= 0130 Y= 0087 B= 19
X= 0129 Y= 0087 B= 19

위 파일을 아래와 같이 바꾸고자 합니다.
D001:X= 0131 Y= 0088 B= 19#
D002:X= 0130 Y= 0088 B= 19#
D003:X= 0129 Y= 0088 B= 19#
D004:X= 0128 Y= 0088 B= 19#
D005:X= 0127 Y= 0088 B= 19#
D006:X= 0126 Y= 0088 B= 19#
D007:X= 0125 Y= 0088 B= 19#
D008:X= 0124 Y= 0088 B= 19#
D009:X= 0123 Y= 0088 B= 19#
D010:X= 0132 Y= 0087 B= 19#
D011:X= 0131 Y= 0087 B= 19#
D012:X= 0130 Y= 0087 B= 19#
D013:X= 0129 Y= 0087 B= 19#

물론 C든 python이든 program language를 사용해서 해결할 수도 있지만,
vi(vim)에서 치환명령을 사용해서도 될 거 같은데 안되네요.
뭔가 라인 번호를 인식해서 넣어줘도 될거 같긴 한데,
D001,D002,...를 표현하기도 쉽지 않을거 같긴 합니다.

vim 고수분들의 의견 바랍니다.

Prentice의 이미지

:%!nl -n rz -w3 -s:
:%s/$/#/g
:%s/^/D/g

thisrule의 이미지

감사합니다.
외부 명령을 이용하는 방법이 있었군요.
새로운걸 알게되어 정말 기쁘네요. ㅋ

댓글 달기

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
이것은 자동으로 스팸을 올리는 것을 막기 위해서 제공됩니다.