Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: GusGrave
  • Content: Threads
  • Order by date
  1. GusGrave

    Help solving a "makes too many open files" error

    Hi all! I have a problem with an AWK-script that I wrote a few years ago with a lot of help from people in this forum. It’s basically pretty simple, it is supposed to extract some columns from output obtained from analyses of simulations. After obtaining the interesting columns from the...
  2. GusGrave

    AWK and multiple intputs?

    Back again! Finally the script seems to be working without a glitch and my coworkers seems pleased! Thank you all for the help with this one! But, as always with efficiency, I want to be more efficient. I am also more lazy than the average person ;). So my question is this, in the modified...
  3. GusGrave

    Help with search or "limiting"/"filtering" argument

    I've posted regarding this script before but have not been working with it for a while. Just started again today and now I realize that I have to use a new approach to my problem. In order for this to be useful to anyone else but me I have to minimize the amount of "individual thinking" needed...
  4. GusGrave

    Quick help evaluating awk script

    Hello everyone! Its been a few months since last time I posted. I created a script for AWK to aid in data analysis from some analyses we (me and co-workers) perform in connection to MD simulations. There was a minor problem that I solved using two different scripts, depending on which mode the...
  5. GusGrave

    Use terminal response/output as IF/THEN argument?

    I'm working on a basic script to help my co-workers with compiler choices on Mac OS X. I have a working script, but there is room for much improvement. Is it possible to use a response for, for example: which gcc as an argument for if/then in the script, and how would this be structured? Say...
  6. GusGrave

    Help with IF and THEN arguments!

    So, I'm back again. Due to a lack of programming skills in AWK combined with a lack general of understanding for the analysis work we are doing combined with general laziness from "end users" I need some more assistance, and this is something that I do not know how to use/solve at all. The...
  7. GusGrave

    How to calculate standard deviation with AWK?

    So, I've been working a bit more on my script from a previous post in order to extract even more data without going through excel. Now I've hit another bump and I'm hoping someone with more programming skills than me might help me solve this issue. Below is the script in question...
  8. GusGrave

    Can I use inputed data as variables and NR in calculations?

    Hello everyone. I just started looking at awk to make some things run smoother at work. My programming skills is basic at best so I'm hoping for some compassion and patience. This is the script I've been working on: #!/usr/bin/awk -f { out1 = "hb_%_occ_" FILENAME; out2 =...

Part and Inventory Search

Back
Top