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

全部评论

相关推荐

joe2333:怀念以前大家拿华为当保底的日子
点赞 评论 收藏
分享
点赞 收藏 评论
分享
牛客网
牛客企业服务