このサイトはJavaScriptを使用しています
ホーム
エクスプローラー
帮助
返回水杉在线
登录水杉在线
登录水杉码园
10215501450
/
Computer-Systems-Labs
ウォッチ
1
スター
0
フォーク
0
コード
課題
0
プルリクエスト
0
リリース
0
Wiki
アクティビティ
ソースを参照
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行の削除
分割表示
差分オプション
統計情報を表示
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
書き込み
プレビュー
読み込み中…
キャンセル
保存