mirror of https://github.com/CrimsonTome/tldr.git
12 lines
187 B
Markdown
12 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}}`
|