去掉的题意是用筛选,那么想到了grep和sed,本题直接用grep即可完成,
借助grep的不显示匹配的内容" -v",和匹配的查询条件:"this"
grep -v 'this'  nowcoder.txt