mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-05 12:45:59 +02:00
look: add page
This commit is contained in:
parent
61a3795b6a
commit
b508e766b5
1 changed files with 11 additions and 0 deletions
11
pages/osx/look.md
Normal file
11
pages/osx/look.md
Normal file
|
@ -0,0 +1,11 @@
|
|||
# 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}}`
|
Loading…
Add table
Reference in a new issue