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 9226565
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 18, 20262026-06-18T04:51:44+00:00 2026-06-18T04:51:44+00:00

I am opening the multiple files with awk and i testing this command I

  • 0

I am opening the multiple files with awk and i testing this command

I am trying this for testing

awk -F"," 'NR==FNR{print FILENAME} {print FILENAME}' file2.txt file1.txt

The second block should execute when NR != FNR but for me its executing all the time.

IS this syntax correct

  • 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-06-18T04:51:45+00:00Added an answer on June 18, 2026 at 4:51 am

    Since you haven’t specified a pattern for the second action, it always executes. If you only want it to execute when NR!=FNR, try something like:

    NR==FNR { printf("NR==FNR, Filename=%s", FILENAME); }
    NR!=FNR { printf("NR!=FNR, Filename=%s", FILENAME); }
    

    For better or worse, there’s no else for patterns, so you normally end up specifying each explicitly.

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

Sidebar

Related Questions

When using opening multiple files with split windows from the command line, vim likes
I'm opening multiple files and processing them, one line at a time. The files
I'm using the following code to open multiple xml files, however they are opening
I'm currently opening CSV files in Excel with multiple columns, where values will only
I am trying to open a multifile dialog that can select multiple files from
We are testing download an unzip of multiple files. Commands very similar to the
I'm trying to go through multiple .trc files to find out who has been
I am developing eclipse plugin for our organization . We are opening multiple servers[minimum
Im opening a map like this: NSString *urlString = [NSString stringWithFormat:@http://maps.google.com/maps?q=%@,%@, destLat, destLong]; [[UIApplication
I have to process, roughly 170.000 files, and would like to use multiple threads.

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.