Search Results

Search: Posts Made By: n70arun
9,682
Posted By n70arun
Have you tired explicitly returning the exit...
Have you tired explicitly returning the exit code??
return $?
or
return $rc
9,392
Posted By n70arun
sqlplus -s user/pwd@DB << EOF insert into...
sqlplus -s user/pwd@DB << EOF
insert into tbl_daily_status values(${STAT},${ENDTIME});
EOF
12,928
Posted By n70arun
You could try echo "`date '+%s%N'` /...
You could try


echo "`date '+%s%N'` / 1000000" | bc -l
Showing results 1 to 3 of 3

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