AtlantaBob
Golden Member
Hi,
I've got some wak scripts that I developed to extract some data from some tab-deliniated files. I'm going to have a lot of data files to manipulate (academic research), so I'd like to have these as automated as possible. To do this, I'm going to need to pass data from one run of awk to another (I think this is easier than putting it all in one big giant script).
so, if I run my first command ./step inputfile and get "4" as an output, how can I pass "4" on to the next script to use?
Will I need to use perl for this? I'm still very new to all of this, so many thanks!
(All of this is using cygwin on my laptop, but I could move over to a dedicated Linux box if neccessary)
I've got some wak scripts that I developed to extract some data from some tab-deliniated files. I'm going to have a lot of data files to manipulate (academic research), so I'd like to have these as automated as possible. To do this, I'm going to need to pass data from one run of awk to another (I think this is easier than putting it all in one big giant script).
so, if I run my first command ./step inputfile and get "4" as an output, how can I pass "4" on to the next script to use?
Will I need to use perl for this? I'm still very new to all of this, so many thanks!
(All of this is using cygwin on my laptop, but I could move over to a dedicated Linux box if neccessary)