The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > Shell Programming and Scripting
.
google unix.com




Thread: Parsing a file
View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #7 (permalink)  
Old 10-14-2008
mirusko mirusko is offline
Registered User
  
 

Join Date: Oct 2008
Posts: 14
sorry Andrew! :-)
What about if I have more references to MIN_PASSWORD_LENGTH in the file?
like
MIN_PASSWORD_LENGTH=4
MIN_PASSWORD_LENGTH=7
..
MIN_PASSWORD_LENGTH=x
?
How could I handle this?
Thanks again
K.