Search Results

Search: Posts Made By: NDxiak
2,896
Posted By Corona688
sleep and echo have nothing to do with it. It's...
sleep and echo have nothing to do with it. It's just an example.

Did you try my example, and see what it did?

The shell runs lines in order. That's why it waits a second between printing A,...
2,896
Posted By Corona688
That's exactly what you said before, and exactly...
That's exactly what you said before, and exactly what my examples do.

Try sleep 1
echo a
sleep 1
echo b
sleep 1
echo c it runs them in order, waiting for the previous ones to end.
2,896
Posted By Corona688
Perhaps I don't understand your questions, but...
Perhaps I don't understand your questions, but these three lines in a row would seem to do what you want: ./script1.sh
./script2.sh
./script3.sh

Or all on one line: ./script1.sh ; ./script2.sh ;...
Showing results 1 to 3 of 3

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