Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 8 Oct 1996 17:33:36 -0700 (PDT)
From:      Wolfram Schneider <wosch>
To:        CVS-committers, cvs-all, cvs-usrbin
Subject:   cvs commit:  src/usr.bin/locate/locate fastfind.c locate.h util.c
Message-ID:  <199610090033.RAA19537@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
wosch       96/10/08 17:33:35

  Modified:    usr.bin/locate/locate  fastfind.c locate.h util.c
  Log:
  Fix searching for shell quoting characters. I guess it was
  broken since locate exists.
  
  This works now
  
  $ locate '*\['
  $ locate '*i386-\**'
  $ locate '*[C\[]'
  
  Revision  Changes    Path
  1.2       +10 -2     src/usr.bin/locate/locate/fastfind.c
  1.3       +2 -0      src/usr.bin/locate/locate/locate.h
  1.2       +31 -19    src/usr.bin/locate/locate/util.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199610090033.RAA19537>