Hi feherke. I've got it working now too, and figured out the problem. Instead of using "name" as the awk variable (as in the example I posted), I had been using "sub" (as shorthand for "research subjects"). I didn't realize that "sub" is an awk function, which is what caused my problem. Would...
I am in the bash shell and have a file "data.txt" that includes names and data-points in rows, like this:
bill/bill_data/point1
bill/bill_data/point2
bill/bill_data/point3
frank/frank_data/point1
frank/frank_data/point2
frank/frank_data/point3
etc.
I want to write the data corresponding to...
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.