extract matching lines from file
~
/
linux_specific_tools
/
filesystem
/
extract_matching_lines_from_file.html
grep 'your_regex' filename > matches.txt
edit this page