1. sed -n '/str_you_want_search/'p file_name

    统计匹配的行数

    1. sed -n '/str_search/'p file_name|wc -l