Re: bash error handling help

2005-06-04 Thread Chris F.A. Johnson
On 2005-06-04, theal wrote: > I am have a script that uses a for loop to copy files to about 100 servers. > I know how to get it to exit the entire script on an error, but I only want > to stop what it is doing for the current $i and move to the next. here is > the basics of the script. there may b

Re: bash error handling help

2005-06-03 Thread Monique Y. Mudama
On 2005-06-04, theal penned: > I am have a script that uses a for loop to copy files to about 100 > servers. I know how to get it to exit the entire script on an > error, but I only want to stop what it is doing for the current $i > and move to the next. here is the basics of the script. there may