mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-11-01 05:37:57 +01:00
187 B
187 B
look
Look for lines in sorted file.
- Look for lines which begins with the given prefix:
look {{prefix}} {{file}}
- Look for lines ignoring case:
look -f {{prefix}} {{file}}