Search Results

Search: Posts Made By: prabuk1
5,964
Posted By prabuk1
Thanks a lot. I resolved the issue with help of...
Thanks a lot. I resolved the issue with help of your code.

Thank you very much.
5,964
Posted By prabuk1
I tried your code .. But the problem is output...
I tried your code .. But the problem is output will be more than 15 files,So its giving me awk: too many output files 10 error.
5,964
Posted By prabuk1
Yes I m on solaris. I have tried with nawk as...
Yes I m on solaris. I have tried with nawk as well.Please find the code below.

#vi filewk

#!/usr/bin/nawk -f
{
output=$1".txt"
printf >> output
close(output)
}

#nawk -f filewk...
5,964
Posted By prabuk1
awk: too many output files 10
I have tried both the codes.Both the codes have given me a same error.
5,964
Posted By prabuk1
awk: too many output files
Hi,

Thanks for the reply. Code is not working again i m getting the same error.

awk: too many output files 10
record number 71


Output will be more than 15 files, Please provide me any...
5,964
Posted By prabuk1
Awk : too many files 10
Hi,

I m trying to split the one file into small segments based on userid field.I m getting the error "AWK : too many output files 10 record number 71".

Can any one help me to resolve this...
Showing results 1 to 6 of 6

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