Search Results

Search: Posts Made By: doug145
3,691
Posted By doug145
Thanks, Dev, for the idea! Below is what I...
Thanks, Dev, for the idea!

Below is what I am looking more for exactly:

num=`ls *ALS* | wc -w`
while [ $num -lt 26 ];do
sleep 1800
num=`ls *ALS* | wc -w`
done
echo "All the ALS files...
3,691
Posted By doug145
How do I write a ksh script that will check if all ftp files are received?
I am trying to code a ksh script that will check to see if all 26 incoming ftp files have been received before proceeding to the next function, which is to rename each file.

Here is the...
Showing results 1 to 2 of 2

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