View Single Post

   
  #1 (permalink)  
Old 02-16-2008, 08:10 AM
dave
 
Posts: n/a
Default 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.

--
Reply With Quote