tldr/pages/osx/look.md

13 lines
289 B
Markdown
Raw Normal View History

2016-02-26 10:26:15 +00:00
# look
> Look for lines in sorted file.
> More information: <https://keith.github.io/xcode-man-pages/look.1.html>.
2016-02-26 10:26:15 +00:00
- Look for lines which begins with the given prefix:
2022-12-04 09:12:49 +00:00
`look {{prefix}} {{path/to/file}}`
2016-02-26 10:26:15 +00:00
- Look for lines ignoring case:
2022-12-04 09:12:49 +00:00
`look --ignore-case {{prefix}} {{path/to/file}}`