mirror of https://github.com/CrimsonTome/tldr.git
261 B
261 B
look
Look for lines in sorted file. More information: https://manned.org/look.
- Look for lines which begins with the given prefix:
look {{prefix}} {{path/to/file}}
- Look for lines ignoring case:
look --ignore-case {{prefix}} {{path/to/file}}