On Thu, 17 Oct 2002 21:32:43 -0700 (PDT) Shawn Lamson
<[EMAIL PROTECTED]> wrote:

> good job... one question... should it be "$@" instead of $@?  ie. what
> if he had spaces in the filenames... you could add a

Or, you could change the shell internal field seperator via:

  IFS=$'\t\n'

This would temporarily drop space as a seperator.  Then populate the list
of file to work with from an ls command.

-- 
Jamin W. Collins


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to