Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: making shell ignore braces



Eric Smith <es@xxxxxxxxxxxx>:
> How do I get the shell not to interpret `()' chars, so
> $ dial 00 49 (713) 999 999
> must pass only the numbers to the dial script.
> and not complain
> zsh: no matches found: (713)

Hi Eric,
% noglob dial 00 49 (713) 999 999

If you do this all the time add an alias.

Regards, Frank



Messages sorted by: Reverse Date, Date, Thread, Author