Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6876839
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T04:31:40+00:00 2026-05-27T04:31:40+00:00

Am using Windows 7 & gawk 3.1.3 (via UnxUtils). I’d like to turn this

  • 0

Am using Windows 7 & gawk 3.1.3 (via UnxUtils).

I’d like to turn this input (Liverpool FC’s fixtures):

Sunday, 27 November 2011
Barclays Premier League
Liverpool v Man City, 16:00
Tuesday, 29 November 2011
Carling Cup
Chelsea v Liverpool, QF, 19:45
...

into a tab-separated file, such as:

Sunday, 27 November 2011<tab>Barclays Premier League<tab>Liverpool v Man City, 16:00
Tuesday, 29 November 2011<tab>Carling Cup<tab>Chelsea v Liverpool, QF, 19:45
...

I’ve tried doing this with awk, but failed thus far. Identifying every first and second line is easy enough:

if (NR % 3 == 1 || NR % 3 == 2) print;

but despite many attempts (usually resulting in syntax errors) can’t find out how to strip out the (Windows) line-endings and concatenate those with every third line.

I’m now wondering if awk is actually the right tool for the job.

Thanks for any pointers.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-27T04:31:40+00:00Added an answer on May 27, 2026 at 4:31 am
    awk '(NR % 3) > 0 {printf("%s\t",$0)}
         (Nr % 3) == 0 {printf("%s\n",$0)}
    

    Should work. For every line where the modulo of NR (number of records) is not 0 it will print the line and a tab character. Otherwise the (input) line and a newline character.

    HTH

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm considering using Amazon's EC2 with a windows instance & SQL. I've seen some
Using Windows Server 2003 in a multi-user environment (via Remote Desktop, using it as
Edit I believe this is a issue with I am using windows 7 and
Well i've seen this being done in another project, which was also using windows
I'm using Windows (both 7 & XP - both 32bit) and coding in C++
A simple game loop runs somewhat like this: MSG msg; while (running){ if (PeekMessage(&msg,
Using Windows form (Vb.net & Datagridview) Checkbox is using in datagridview row. I want
Using Windows 2003, I'm look for a way to create a logoff script that
Using Windows So I'm reading from a binary file a list of unsigned int
Using windows server, I have a path to a file that, when you click

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.