Subject: Re: Changing root's shell to /bin/sh
To: Hubert Feyrer <hubert.feyrer@rz.uni-regensburg.de>
From: Rene Hexel <rh@idle.trapdoor.vip.at>
List: tech-pkg
Date: 03/19/1999 11:25:50
Hubert Feyrer wrote:

> (*) Wanna help me fix it? Tell me how to match more than one char from a
> char class in shell-globbing syntax:
> 
> rfhpc8002% ls tcsh-*
> tcsh-1.2        tcsh-static-1.2
> rfhpc8002% ls 'tcsh-[^-]'
> ls: tcsh-[^-]: No such file or directory

  What about "tcsh-[0-9]*"?  This at least requires the first character
of the version number to be a digit ...

  Cheers
      ,
   Rene