Browse Source

10205304463添加

master
徐骏 1 year ago
parent
commit
95b7e10b01
1 changed files with 13 additions and 0 deletions
  1. +13
    -0
      lab1/10205304463.sh

+ 13
- 0
lab1/10205304463.sh View File

@ -0,0 +1,13 @@
# 文件由C++生成,代码放在了作业中
sort data.txt -u
sort -n -u data.txt
sort -u -n data.txt > new_data.txt
sort -u >> new_data.txt
grep "com" string.txt
grep -o "com" string.txt |wc -l

Loading…
Cancel
Save