ksh globbing error Create a file with name pkg-stable.html in a directory,
then try the command 'ls pkg*'. I have noticed for some
time that the files matching 'pkg*' will not be listed by ksh
if the first character after the 'g' is a dash.
If you try the command 'ls pkg-*', then the files are listed.
-- |