|
|
|
|
| find command way to slow! |
|
|
|
[Original]
[Print]
[Top]
|
is there a way to speed it up or using another utility that would probably index files content or something?
lbrtchx
|
|
|
[Original]
[Print]
[Top]
|
|
[Original]
[Print]
[Top]
|
As it says in the manual pages for locate:
// - - - - - - - - - - - - - - - LOCATE(1L)
NAME: locate - list files in databases that match a pattern
SYNOPSIS: locate [-d path | --database=path] [-e | --existing] [-i | --ignore-case ] [--version] [--help] pattern...
DESCRIPTION: ... // - - - - - - - - - - - - - - -
locate "lists files in databases that match a pattern"
As I initially said, I need to search -and fast- the files content for strings and patterns
Thanks
|
|
|
[Original]
[Print]
[Top]
|
|
|