Quote:
Originally Posted by mirusko
Sorry Will, it's for HP-UX so the format is
MIN_PASSWORD_LENGTH=8
how will the awk command change?
What about if there are more lines with the same name like MIN_PASSWORD_LENGTH?
|
In that case, all that changes is the field separator in awk. So, this:
Code:
... awk '{ if ...