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...
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...
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...
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...
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...
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...
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...
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 =...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.