Search Results

Search: Posts Made By: tobias1234
3,286
Posted By tobias1234
Thanks, your solution works perfectly.
Thanks, your solution works perfectly.
3,286
Posted By tobias1234
Minus minus to plus
Hi there,

I have a problem with arithmetic ops in awk.
Here is what my script does right now.
while read nr val ; do
case $nr in
400) awk '$2~/eigenvectors/ {print $NF-'$val'};'...
3,541
Posted By tobias1234
I can not use "read" because in my value.file...
I can not use "read" because in my value.file there are a lot of lines between the lines i want to read out:

114 1.2
.
.
233 2.8
.
.
665 1.4
....

Are there other ways?
3,541
Posted By tobias1234
Unfortunately, your code isn't working for me. ...
Unfortunately, your code isn't working for me.

You could please explain the commands?
Does FILENAME refer to value file?
Should it be written with quotes?

Thanks again
3,541
Posted By tobias1234
Dear zaxxon, thanks again for your help. ...
Dear zaxxon,

thanks again for your help.
Meanwhile I changed some things again and now I would need help again:

I still have a value file, but know my values are in column 2; in column 1 is a...
3,541
Posted By tobias1234
Thank you so much!! You spared me a lot of...
Thank you so much!!
You spared me a lot of time!!
3,541
Posted By tobias1234
Oh, my description wasn't really precise: I...
Oh, my description wasn't really precise:

I have 136 file (test1.exp, test2.exp, ....) and the values.exp file with 136 lines.
Now i want to use the first line of values.exp and write that to $3...
3,541
Posted By tobias1234
awk read value from file and paste in other file
Hi,

I'm working on a perl-awk loop combination and what I want to do is read in the first line of values.exp and pass that value to test1.exp; next, read in the second line of that file and pass...
Showing results 1 to 8 of 8

 
All times are GMT -4. The time now is 07:45 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy