Search Results

Search: Posts Made By: Phani369
2,153
Posted By RudiC
I neglected error checking. Might be file2 is at...
I neglected error checking. Might be file2 is at its end, and getline failed repeatedly. This doesn't depend on the files' sizes but stems from file length unbalance. Tryawk '
function FLOK()...
2,153
Posted By RudiC
How aboutawk '1; !(NR%14) {for (i=1; i<=14; i++) ...
How aboutawk '1; !(NR%14) {for (i=1; i<=14; i++) {getline < F2; print}}' F2=file2 file1
5,143
Posted By Corona688
A couple basic errors: 1) You can't assign...
A couple basic errors:

1) You can't assign commands to variables like variable=command argument What that actually does is set variable to command then attempts to run argument. I think what you...
Showing results 1 to 3 of 3

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