qsgrep (1) Linux Manual Page
qsgrep – prints matching patterns within a file. Synopsisqsgrep -e <pattern> -o <sub string> [<path>] Descriptionqsgrep is a simple tool to search patterns within files. It uses regular expressions to find patterns and prints the submatches within a pre-defined format string. Options-e <pattern> Specifes the search pattern. -o <string> Defines the output string where $0-$9…
