11-25-2013, 09:20 PM
Ok,
next best option would be to modify the password file I guess.
cat pwdfile | egrep '(one)|(ten)' | sed -e 's/one/1/g' -e 's/ten/10/g' >> pwdfile
next best option would be to modify the password file I guess.
cat pwdfile | egrep '(one)|(ten)' | sed -e 's/one/1/g' -e 's/ten/10/g' >> pwdfile