Hi,
i have the followin code
USER=`id|sed -n 's/^[^(]*(\([^)]*\)).*/\1/p'`
while :
do
tput cup 9 1 ; echo $CL
tput cup 7 1 ; echo "Proceed with daily clean up operation (Y/N): _ \c"
tput cup 7 46 ; read _Proceed
##
## Validate reply
##...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.