tldr/pages/osx/look.md

13 lines
245 B
Markdown

# 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 --ignore-case {{prefix}} {{file}}`