Search Results

Search: Posts Made By: albertashish
28,047
Posted By albertashish
grep exact string/ avoid substring search
Hi All,

I have 2 programs running by the following names:
a_testloop.sh
testloop.sh

I read these programs names from a file and store each of them into a variable called $program.
On the...
3,437
Posted By albertashish
wait in background
can a wait command be run in background? or the script which has the wait command, be run background?


test.sh
-------
nohup a.sh &
nohup b.sh &
wait

nohup test.sh &

How can i run...
3,997
Posted By albertashish
is it possible to run the main script in...
is it possible to run the main script in background as well? while it waits for the child scripts to complete..
3,997
Posted By albertashish
multiple child scripts running in backgroud, how to use grep on the parent?
Hi

I have a shell script A which calls another 10 shell scripts which run in background. How do i make the parent script wait for the child scripts complete, or in other words, i must be able to...
5,260
Posted By albertashish
how to make a parent wait on a child shells running in background?
Hi

I have a shell script A which calls another 10 shell scripts which run in background. How do i make the parent script wait for the child scripts complete, or in other words, i must be able to...
Showing results 1 to 5 of 5

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