View Single Post
  #1  
Old 10-23-2004, 05:26 PM
Loriel Loriel is offline
Somewhat rusty
Loriel's Avatar
Join Date: Mar 2001
Posts: 5,059
Loriel is a name known to allLoriel is a name known to allLoriel is a name known to allLoriel is a name known to all
RC Folder rights: Foo* does not match Foo

Apparently the * wildcard wants to match at least one character in regard to folder rights
This is clearly not the expected behaviour. Most shell globbing does it differently, in regexps * also means `zero or more', ...
Reply With Quote