1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-03 00:35:37 +02:00
tldr/pages/osx/look.md
2022-02-14 08:21:43 -03:00

245 B

look

Look for lines in sorted file. More information: https://manned.org/look.

  • Look for lines which begins with the given prefix:

look {{prefix}} {{file}}

  • Look for lines ignoring case:

look --ignore-case {{prefix}} {{file}}