linuxutils-misc 0.1.0

Miscellaneous utilities from linuxutils
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# look

Display lines beginning with a given string, using binary search on a sorted file.

## Implemented

- Binary search lookup in sorted files
- Default dictionary file (`/usr/share/dict/words`)
- `-a` / `--alternative`: use alternate dictionary (`/usr/share/dict/web2`)
- `-d` / `--alphanum`: compare only alphanumeric and blank characters
- `-f` / `--ignore-case`: case-insensitive comparison
- `-t` / `--terminate`: custom string termination character
- `WORDLIST` environment variable support
- Automatic `-d` and `-f` when using default dictionary