Search Results

Search: Posts Made By: orcaja
20,344
Posted By orcaja
awk '{printf s $3; s=F}END{print ""}' dom1of5.txt...
awk '{printf s $3; s=F}END{print ""}' dom1of5.txt dom2of5.txt dom3of5.txt dom4of5.txt
awk: run time error: not enough arguments passed to printf("Oil[%]")
FILENAME="dom1of5.txt" FNR=1 NR=1...
20,344
Posted By orcaja
that works, thank you
that works, thank you
20,344
Posted By orcaja
yes, the same column ---------- Post updated...
yes, the same column

---------- Post updated at 09:40 AM ---------- Previous update was at 09:33 AM ----------



This works but it puts one column below the other... is it possible to put...
3,605
Posted By orcaja
Extracting columns from multiple files with awk
hi everyone!
I already posted it in scripts, I'm sorry, it's doubled

I'd like to extract a single column from 5 different files and put them together in an output file. I saw a similar question...
20,344
Posted By orcaja
Extracting columns from multiple files with awk
hi everyone!

I'd like to extract a single column from 5 different files and put them together in an output file. I saw a similar question for 2 input files, and the line of code workd very well,...
Showing results 1 to 5 of 5

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