cc:  [EMAIL PROTECTED]
Subject: Re: [ast-users]{m, n}(pattern-list) in ksh93, when m is omitted,  0 
will not be used.
--------


> 1, execute the command " touch ab; touch 1b; touch a1b; touch b;touch aaab; 
> touch aab"
> 2, execute the command " ls {,2}(a|1)b "
> I expect "1b"  "a1b"  "aab"  "ab"  "b" will be printed but it tells "ls: 
> {,2}(a|1)b: No such file or directory" a warning.
> 
> 
> 

{,2} wasn't defaulting to {0,2} as the man page said.  This will
be fixed in ks93t.  In the mean time use {0,2} instead.

David Korn
[EMAIL PROTECTED]
_______________________________________________
ast-users mailing list
[email protected]
https://mailman.research.att.com/mailman/listinfo/ast-users

Reply via email to