Hi Bob,

>   I am able to get it going now.  I was confused on how to
> use a blank space as a delimiter and cout not find the
> reference to the '\' as a delimiter.

  It is not just the backslash being used, but the backspace is the escape 
char in front of the space (<backslash><space>). Just using  '" "' will work 
as well (<quote><space><qoute>).
 The backslash being an escape char is default bash behaviour.

                                                Bye,

                                                Leonard.



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to