题解 | #去掉所有包含this的句子#

去掉所有包含this的句子

https://www.nowcoder.com/practice/2c5a46ef755a4f099368f7588361a8af

#!/bin/bash
# grep -v "this" nowcoder.txt
# sed '/this/d' nowcoder.txt
# awk '!/this/ {print $0}' nowcoder.txt
awk '!/this/' nowcoder.txt

全部评论

相关推荐

点赞 评论 收藏
分享
有趣的牛油果开挂了:最近这个阶段收到些杂七杂八的短信是真的烦
点赞 评论 收藏
分享
点赞 评论 收藏
分享
点赞 收藏 评论
分享
牛客网
牛客企业服务