Detected 1 occurrence(s) of ‘^\s*pass[word]+\s*[:=]+[ \t]*[a-z0-9\-_\!]+$': then id="sys" fi loginstr=$id/$pw print $loginstr 8. echo "Name : \c" read Name echo "Password : \c" stty -echo read Password stty echo echo ${Name}/${Password} | sqlplus 9. USER=scott PASSWORD=tiger { echo ${USER}/${PASSWORD}; cat ${your_script_name_here}; } | sqlplus ===================== Source: http://pastebin.com/raw.php?i=ePkT9R29
↧