1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-07 07:46:02 +02:00
tldr/pages/osx/look.md

13 lines
261 B
Markdown
Raw Normal View History

2016-02-26 12:26:15 +02:00
# look
> Look for lines in sorted file.
> More information: <https://manned.org/look>.
2016-02-26 12:26:15 +02:00
- Look for lines which begins with the given prefix:
2022-12-04 10:12:49 +01:00
`look {{prefix}} {{path/to/file}}`
2016-02-26 12:26:15 +02:00
- Look for lines ignoring case:
2022-12-04 10:12:49 +01:00
`look --ignore-case {{prefix}} {{path/to/file}}`