We have a shell script that reads in variables ($USRID/$PASSWD@$DBNAME) from a text file. We recently changed the password to contain a special character (#). When the shell script runs that reads the variables it gets a "pass#word : is not an identifier" error and stops. Does anyone know how I can code the # to not error out? Thanks.