Search Results

Search: Posts Made By: doit
66,875
Posted By doit
This code may help you #!/bin/ksh ...
This code may help you

#!/bin/ksh

CHKLOGIN()
{
if sqlplus -s /nolog <<! >/dev/null 2>&1
WHENEVER SQLERROR EXIT 1;
CONNECT $1 ;
exit;
!
then

echo...
2,680
Posted By doit
Ftp
what is ftp -dn 2>&1 <<endftp mean ?
Showing results 1 to 2 of 2

 
All times are GMT -4. The time now is 06:03 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy