This website works better with JavaScript.
首頁
探索
帮助
返回水杉在线
登录水杉在线
登录水杉码园
10215501449
/
Computer-Systems-Labs
關註
1
收藏
0
複製
0
程式碼
問題管理
0
合併請求
0
版本發佈
0
Wiki
Activity
瀏覽代碼
10215501449
master
黄驰越
2 年之前
父節點
795d1dae71
當前提交
b885f49075
共有
1 個文件被更改
,包括
12 次插入
和
0 次删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+12
-0
lab1/10215501449.sh
+ 12
- 0
lab1/10215501449.sh
查看文件
@ -0,0 +1,12 @@
for
(
(
i
=
1
;
i<
=
100
;
i++
)
)
>do
echo
$RANDOM
|
md5sum
|
cut -c 1-40 >>test.txt
>done
sort test.txt
|
uniq -u
sort -n test.txt
|
uniq -u
sort -n test.txt > test2.txt
sort test.txt > test3.txt
grep -c cc test.txt //因为没有computer字符串所以用cc来代替
grep -n cc test.txt
Write
Preview
Loading…
取消
儲存