Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Grep

Brief

grep util for find string or pattern string in text file

Tips

Find regex pattern and show filename and number of line through all files in directory

grep -rnie '<string_pattern>' <directory_path>