Browse Source

look: add page

Igor Shubovych 9 years ago
parent
commit
b508e766b5
1 changed files with 11 additions and 0 deletions
  1. 11 0
      pages/osx/look.md

+ 11 - 0
pages/osx/look.md

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