From 427599cc2d9eb416020fc479c6d43a394504aacc Mon Sep 17 00:00:00 2001 From: 10215501450 <3027381476@qq.com> Date: Mon, 12 Sep 2022 20:47:53 +0800 Subject: [PATCH] add 10215501450.sh lab1 homework --- lab1/10215501450.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lab1/10215501450.sh b/lab1/10215501450.sh index 44a032d..019375d 100644 --- a/lab1/10215501450.sh +++ b/lab1/10215501450.sh @@ -25,4 +25,4 @@ sort -u -n test.txt >> 2.txt grep "computer" computer.txt #统计其中包含多少"computer" -grep -o "computer" computer.txt|wc -w +grep -o "computer" computer.txt|wc -w