Hi...
> A () compound will still be executed in a subshell.. {} will execute in the
> current shell:
>
> while [ 1 ];
> do {
>
> command;
> command;
>
> };
> doneI am terribly sorry for this confusion and thank you for the correction. regards, Mulyadi -- To unsubscribe from this list: send an email with "unsubscribe kernelnewbies" to [EMAIL PROTECTED] Please read the FAQ at http://kernelnewbies.org/FAQ
