tldr/pages/osx/look.md

13 lines
245 B
Markdown
Raw Normal View History

2016-02-26 10:26:15 +00:00
# look
> Look for lines in sorted file.
> More information: <https://manned.org/look>.
2016-02-26 10:26:15 +00:00
- Look for lines which begins with the given prefix:
`look {{prefix}} {{file}}`
- Look for lines ignoring case:
2022-02-14 11:21:43 +00:00
`look --ignore-case {{prefix}} {{file}}`