>>>>> "Ed" == Ed Ahlsen-Girard <[email protected]> writes: Ed> #!/bin/sh
Ed> export [email protected]:/cvs Ed> cd /usr Ed> cvs checkout -P src Ed> date You still haven't learned to check the return value of cd. :) That should be: cd /usr || exit 1 -- Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095 <[email protected]> <URL:http://www.stonehenge.com/merlyn/> Smalltalk/Perl/Unix consulting, Technical writing, Comedy, etc. etc. See http://methodsandmessages.vox.com/ for Smalltalk and Seaside discussion

