This website works better with JavaScript.
首頁
探索
帮助
返回水杉在线
登录水杉在线
登录水杉码园
10205304463
/
Computer-Systems-Labs
關註
1
收藏
0
複製
0
程式碼
問題管理
0
合併請求
0
版本發佈
0
Wiki
Activity
瀏覽代碼
Merge pull request 'master' (
#15
) from 10215501418/Computer-Systems-Labs:master into master
Reviewed-on:
https://gitea.shuishan.net.cn/52265903006/Computer-Systems-Labs/pulls/15
master
朱君鹏
2 年之前
父節點
95a6ad57ff
370fe5aae4
當前提交
b71a2b5834
共有
1 個文件被更改
,包括
10 次插入
和
0 次删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+10
-0
lab1/10215501418.sh
+ 10
- 0
lab1/10215501418.sh
查看文件
@ -0,0 +1,10 @@
python 1.py > 1.1.txt
sort -d 1.1.txt > 1.2.txt --unique
sort --numeric-sort 1.1.txt > 1.2.txt --unique
sort -d 1.1.txt >> 1.3.txt --unique
sort --numeric-sort 1.1.txt >> 1.3.txt --unique
python 2.py > 2.txt
grep
"computer"
2.txt
grep -c
"computer"
2.txt
Write
Preview
Loading…
取消
儲存