Filter out those containing a specfig pattern
1<command> | grep -v <to_filter_out>
linux cli, get several lines of string, filter out those containing .md
-->
1<command> | grep -v <to_filter_out>
linux cli, get several lines of string, filter out those containing .md