Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 292 Bytes

less.md

File metadata and controls

9 lines (8 loc) · 292 Bytes

Case Insensitive Search

When you're using less (example: command through a pipe with some output coming from it) you can type " -i " to be able to perform case insensitive searches on that pipe

dmesg + less + color

as simple as:

dmesg --color=always |less -R