두 줄을 한 줄로...

세벌의 이미지

텍스트 형식 파일이 하나 있습니다. 수천 줄 되는...

1 어쩌구 저쩌구 이러 쿵 저러 ㅋ쿵
        또 계속 어ㅇ어쩌 구 저쩌 구    
2 어쩌구 저쩌구 이러 쿵 저러 ㅋ쿵
        또 계속 어ㅇ어쩌 구 저쩌 구    
3 어쩌구 저쩌구 이러 쿵 저러 ㅋ쿵
        또 계속 어ㅇ어쩌 구 저쩌 구    

이런 식으로 수천 줄 되는 파일을 두 줄을 한 줄로 묶어서 아래와 같은 형식으로 만들려면 어떻게 하면 될까요?
1 어쩌구 저쩌구 이러 쿵 저러 ㅋ쿵        또 계속 어ㅇ어쩌 구 저쩌 구    
2 어쩌구 저쩌구 이러 쿵 저러 ㅋ쿵        또 계속 어ㅇ어쩌 구 저쩌 구    
3 어쩌구 저쩌구 이러 쿵 저러 ㅋ쿵        또 계속 어ㅇ어쩌 구 저쩌 구    

즉 짝수 줄의 행바꿈만 일괄적으로 지우는 간단한 방법이 있을 것 같은데...
ydhoney의 이미지

vi/vim 에서

:%s/쿵\n/쿵\t/g

말고 짝수/홀수 말이죠? (...)

제가 볼 땐, 어떤 편집기건 매크로 기능이 있으면 그걸 써 보는게 좋은 것 같아요.

다콘의 이미지

sed '$!N;s/\n/ /' textfile
또는
paste -s -d" \n" textfile

sohn9086의 이미지

1) 첫번째 줄에 커서를 위치시킵니다.
2) qa 로 레지스터 a의 기록을 시작한 후, Jj를 눌러줍니다.
3) q를 눌러 레지스터 a의 기록을 끝냅니다.
4) 필요한 만큼 레지스터 a를 반복시킵니다. 1000번이라면, 1000@a을 눌러줍니다.

vim이 아니더라도, 위와 같이 자기가 한 동작을 캡쳐해서 반복시킬 수 있는 에디터라면 뭐든지 가능하겠지요.
--------------
save the earth

생산적인 댓글을 달자

댓글 달기

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