On Wed, 24 Jan 2001, Tilly, Lawrence wrote:

> Try this:
>
>    #!/usr/bin/ksh
>    for DIRECTORY in "$@"; do
>       echo $DIRECTORY
>       ls $DIRECTORY
>    done
>
Do I need to use ksh? I really don't know much (read: anything) about
that shell. Would the same for loop work in bash?

-- 
Thomas M. Albright
Albright Enterprises - "The Small Business Solution"
http://www.albrightent.com/


**********************************************************
To unsubscribe from this list, send mail to
[EMAIL PROTECTED] with the following text in the
*body* (*not* the subject line) of the letter:
unsubscribe gnhlug
**********************************************************

Reply via email to