题解 | #去掉所有包含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
去掉所有包含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
相关推荐
smile丶snow:尽量保证的一张a4纸吧。为什么工作经历只有公司?如果项目经历是工作里面的,应该写到工作经历里的吧。没有写项目职责,项目全是一个人写的吗?标题大小也好怪。两个项目的分割看不出来是,它和那些项目成功字体是一样大的