close
Shell Script (BASH) for Reading Hidden Password:

stty_orig=`stty -g`
echo "Please enter password for scott:"
stty -echo
read scottPWD
imp scott/$scottPWD full=y ignore=y file=/u01/export/scott_exp.dmp log=/u01/export/scott_imp.log
stty $stty_orig



arrow
arrow
    全站熱搜

    DanBrother 發表在 痞客邦 留言(0) 人氣()