mirror of
https://github.com/chubin/cheat.sheets
synced 2024-11-15 06:12:59 +00:00
9 lines
177 B
Plaintext
9 lines
177 B
Plaintext
# look
|
|
# Look for lines in sorted file (Mac OS X)
|
|
|
|
# Look for lines beginning with the given prefix.
|
|
look prefix file
|
|
|
|
# Look for lines, case-insensitively.
|
|
look -f prefix file
|