题解 | #去掉所有包含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

全部评论

相关推荐

点赞 评论 收藏
分享
评论
点赞
收藏
分享

创作者周榜

更多
牛客网
牛客网在线编程
牛客网题解
牛客企业服务