1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/osx/look.md
2016-02-26 12:26:15 +02:00

11 lines
187 B
Markdown

# 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}}`