Re: glob(7) man page is confusing

2003-03-07 Thread Will Trillich
On Tue, Mar 04, 2003 at 12:39:47PM -0600, Gianfranco Berardi wrote: > In the glob(7) man page, you find the following: > > >Ranges > >There is one special convention: two characters separated by `-' > denote >a range. (Thus, `[A-Fa-f0-9]' is > >equivalent to `[ABCDEFabcdef0123456789]'.) One may

glob(7) man page is confusing

2003-03-04 Thread Gianfranco Berardi
In the glob(7) man page, you find the following: >Ranges >There is one special convention: two characters separated by `-' denote >a range. (Thus, `[A-Fa-f0-9]' is >equivalent to `[ABCDEFabcdef0123456789]'.) One may include `-' in its >literal meaning by making it the >first or last characte