mirror of
https://github.com/chubin/cheat.sheets
synced 2024-11-03 15:40:17 +00:00
9 lines
174 B
Plaintext
9 lines
174 B
Plaintext
# look
|
|
# Look for lines in sorted file (Mac OS X)
|
|
|
|
# Look for lines which begins with the given prefix:
|
|
look prefix file
|
|
|
|
# Look for lines ignoring case:
|
|
look -f prefix file
|