Exception handling syntax: Difference between revisions

Content deleted Content added
m See also: cat Arts with C code
Dveeden (talk | contribs)
Line 213:
// Code which will be executed whether or not an exception is raised (e.g. clean-up code)
end;
</pre>
 
===[[Fault Tolerant Shell]]===
<pre>
try for 30 minutes
cd /tmp
rm -f data
forany host in xxx yyy zzz
wget http://${host}/fresh.data data
end
end
</pre>