mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-05 06:06:00 +02:00
234 B
234 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}} {{file}}
- Look for lines ignoring case:
look -f {{prefix}} {{file}}