The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Special Forums > UNIX and Linux Applications
Google UNIX.COM



View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #2 (permalink)  
Old 05-12-2008
sysgate's Avatar
sysgate sysgate is offline
Unix based
 

Join Date: Nov 2006
Location: /root
Posts: 1,108
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.
Reply With Quote