Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. seabreeze

    How to write a password script?

    How do you write a mini script involving AWK to set a password that consists 7 characters [A-Za-z] generated randomly? The database output is to have the format: UserID:password:SSN For example, I did the following script: awk 'BEGIN {FS=","} { {$1=substr($1, 1, 1); $2=substr($2...

Part and Inventory Search

Back
Top