mirror of
https://github.com/chubin/cheat.sheets
synced 2024-11-15 06:12:59 +00:00
13 lines
180 B
Plaintext
13 lines
180 B
Plaintext
|
|
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
|
|
|
|
|