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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 16, 20262026-05-16T01:05:42+00:00 2026-05-16T01:05:42+00:00

What must not be in an AWK script? I am asking as I don’t

  • 0

What must not be in an AWK script?

I am asking as I don’t find any tool to debug an AWK script. I have a script taking a lot of CPU so I need to know if I am doing something terribly wrong with the script.

Just for an example, I keep looking for output of a logfile via ‘tail -f filename’ till my script gets killed.

  • 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-16T01:05:43+00:00Added an answer on May 16, 2026 at 1:05 am

    awkdb has not been updated since 2000. It has some limitations as well according to the web site. If you are using gawk, and look at its man page reference, you can see some options, like --profile, --optimize, --dump-variables, etc. You can try those options. Another option is to use pgawk as indicated in the man page as well.

    Generally, if your script is slow in execution, either you have a REALLY large file, or your algorithm is causing the problem. You should at least show the code that you think is hogging up the CPU. Some of the things you should avoid doing if possible, for example

    1. Calling the big file a 2nd (or more files)

      awk ‘{}’ file file

    2. Iterating a file with a while.
      Loop as you iterate a file

      awk ‘{while(( getline line<“file2”) >0 ) {} )}’ file

    3. Storing values into arrays for a
      big file takes up memory. Try to
      clear some of the elements (or
      delete the array) if not in use
      anymore.

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

Sidebar

Related Questions

This probably has a simple answer, but I must not have had enough coffee
The documentation for -hash says it must not change while a mutable object is
Here's a wierd one. I'm reusing a code base that unfortunately must not be
I must be getting daft, but I can't seem to find how to read
There must be a generic way to transform some hierachical XML such as: <element1
I must implement a web service which expose a list of values (integers, custom
This must be a classic .NET question for anyone migrating from Java. .NET does
I must confess I'm somewhat of an OOP skeptic. Bad pedagogical and laboral experiences
I must be overlooking something simple. I'm setting a variable from a query result
There must be an easy way to do this, but somehow I can wrap

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.