Search Results

Search: Posts Made By: vishnudev1
12,222
Posted By vishnudev1
I was able to modify the solution in another...
I was able to modify the solution in another forum to match my requirement.
I tested and this is perfect for me. I appreciate all your help.


#!/bin/ksh

WAITTIME=5

# run the idql...
12,222
Posted By vishnudev1
Anybody has any other solutions please?
Anybody has any other solutions please?
12,222
Posted By vishnudev1
Thanks ryandegreat25. In this case, how to...
Thanks ryandegreat25.

In this case, how to capture the result of the command, i.e, if the command is not hung, how to know whether it was a success or failure.
./test.sh
if [[ $?!=0 ]] will be...
12,222
Posted By vishnudev1
idql --help
Thanks for your reply.

idql --help
syntax: idql<docbase> [-U<user>] [-D<domain>] [-P<password>] [-K<secure flag>] [ -R<input file>] [-n] [-l<error level>]...
12,222
Posted By vishnudev1
command timeout in ksh
I probably read all the threads in almost all the forums for a solution to my need. I am a beginner in shell scripting and I dont have a perfect solution yet. Below is my code snippet.
idql -n...
Showing results 1 to 5 of 5

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