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