Search Results

Search: Posts Made By: markdjones82
10,242
Posted By 116@434
To check for file in a loop you can do this: ...
To check for file in a loop you can do this:

until [ -f "myfilename" ]
do
sleep 30 ##set it so that does not add load on your system
done

Rest logic you can add I guess.
Showing results 1 to 1 of 1

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