Search Results

Search: Posts Made By: jim mcnamara
3,782
Posted By jim mcnamara
doing exactly as described: #!/bin/ksh if...
doing exactly as described:

#!/bin/ksh
if [ ! -f /data/source/a.txt ] ; then
sleep 1800 # wait 30 minutes
fi
[ -f /data/source/a.txt ] && echo 'a.txt found' || echo 'a.txt not found'...
Showing results 1 to 1 of 1

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