glimpseindex
search quickly through entire file systems
Install
- All systems
-
curl cmd.cat/glimpseindex.sh
- Debian
-
apt-get install glimpse
- Ubuntu
-
apt-get install glimpse
- Kali Linux
-
apt-get install glimpse
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install glimpse
- Raspbian
-
apt-get install glimpse
- Dockerfile
- dockerfile.run/glimpseindex
glimpse
search quickly through entire file systems
Glimpse, which stands for GLobal IMPlicit SEarch, is a very popular UNIX indexing and query system that allows you to search through a large set of files very quickly. Glimpse supports most of agrep's options (agrep is our powerful version of grep) including approximate matching (e.g., finding misspelled words), Boolean queries, and even some limited forms of regular expressions.