Merge pull request #805 from igorshubovych/look

look: add page
waldyrious/alt-syntax
Leandro Ostera 2016-02-27 14:03:54 +01:00
commit a74d7f770e
1 changed files with 11 additions and 0 deletions

11
pages/osx/look.md Normal file
View 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}}`