1
0
Fork 0
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:
Igor Shubovych 2016-02-26 12:26:15 +02:00
parent 61a3795b6a
commit b508e766b5

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}}`