使用 JavaScript能使本网站更好的工作。
首页
广场
帮助
返回水杉在线
登录水杉在线
登录水杉码园
10205304463
/
Computer-Systems-Labs
关注
1
点赞
0
派生
0
代码
话题
0
合并请求
0
版本发布
0
百科
动态
浏览代码
homework1
master
10215501418
2 年前
父节点
8178347bab
当前提交
370fe5aae4
共有
1 个文件被更改
,包括
10 次插入
和
0 次删除
分列视图
Diff 选项
显示统计
下载 Patch 文件
下载 Diff 文件
+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
撰写
预览
正在加载...
取消
保存