Search Results

Search: Posts Made By: Cranie
5,094
Posted By radoulov
What shell you're using? ksh93 and zsh support...
What shell you're using? ksh93 and zsh support coprocesses.

This is with dtksh (/usr/dt/bin/dtksh)on Solaris:

$ unset v
$ sqlplus -s / as sysdba<<-! |&
set feed off pages 0
exec...
5,094
Posted By methyl
Or we can use the basic shell "jobs" command....
Or we can use the basic shell "jobs" command. Obviously we would need to build a counter into the loop to allow us to stop after a given amount of time.


while [ "`jobs`" ]
do
echo...
Showing results 1 to 2 of 2

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