Search Results

Search: Posts Made By: p_sun
3,199
Posted By p_sun
Thank you Chubler. The code worked great. I...
Thank you Chubler. The code worked great. I appreciate your time and help!!!;)
However, if I have to repeat the same for second awk (I have made a separate
script), it doesn't work.

rm -f...
3,199
Posted By p_sun
Any suggestions please.. Eager to try out you...
Any suggestions please.. Eager to try out you suggestions so that it takes care of my looong analysis. Thanks a lot:)
3,199
Posted By p_sun
Hi Chubler. I ran the script after changing...
Hi Chubler.

I ran the script after changing the names - to avoid the confusion. The result is the same, I see only the data extracted from out3.log. Thanks! :cool:
3,199
Posted By p_sun
Hi Chubler, It doesn't do the trick. I guess...
Hi Chubler,
It doesn't do the trick. I guess it is overwriting the first output. Any other suggestions? Thank you:)
3,199
Posted By p_sun
Thanks Bartus!! The code works well, and it...
Thanks Bartus!!

The code works well, and it writes out out1a.txt, out2a.txt, out2a.txt. If I need only one output (for the first awk command, out1a.txt) with all the data extracted sequentially...
3,199
Posted By p_sun
Thanks, Bartus. The code works. Any thoughts...
Thanks, Bartus. The code works. Any thoughts about extracting data from multiple output files??:cool:
3,199
Posted By p_sun
awk - extracting data from a series of files
Hi,
I am trying to extract data from multiple output files.

I am able to extract the data from a single output file by
using the following awk commands:
awk '/ test-file*/{print;m=0}' out1.log...
2,655
Posted By p_sun
You are correct. I was running in csh. Thanks for...
You are correct. I was running in csh. Thanks for correcting me. :b: The second code also worked. Thank you so much. Can you briefly elaborate what the code means, if you have time. Thanks.. Any...
2,655
Posted By p_sun
The first one works, thank you Bartus.;) The...
The first one works, thank you Bartus.;) The second one says
"Missing name for redirect", though I gave a name. :b:

Any thought on running multiple awks together and/or on (issue 2), how to...
2,655
Posted By p_sun
Multiple awk commands with some formatting
Hi,

I am trying to extract data from output files.
I have three awk commands that can be used. All the three commands works separately. The second and third are similar as it outputs 'line 3'...
Showing results 1 to 10 of 10

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