|
I didn't get it, do you want to process the input file if the number is above certain value or not ? What solution you are looking for, shell script, perl, awk ? What access you have and what is the OS ?
In general, before deploying the input file, you have to scan each line, count the number of characters, and proceed based on the returned value.
|