Il sito funziona meglio con JavaScript.
Home
Esplora
帮助
返回水杉在线
登录水杉在线
登录水杉码园
10211900416
/
Computer-Systems-Labs
Segui
1
Vota
0
Forka
0
Codice
Problemi
0
Pull Requests
0
Rilasci
0
Wiki
Attività
Sfoglia il codice sorgente
Merge pull request '10215501449' (
#16
) from 10215501449/Computer-Systems-Labs:master into master
Reviewed-on:
https://gitea.shuishan.net.cn/52265903006/Computer-Systems-Labs/pulls/16
master
朱君鹏
2 anni fa
parent
86b5b859cc
b885f49075
commit
61f57d2c53
1 ha cambiato i file
con
12 aggiunte
e
0 eliminazioni
Visualizzazione separata
Opzioni Diff
Mostra statistiche
Scarica il file Patch
Scarica il file Diff
+12
-0
lab1/10215501449.sh
+ 12
- 0
lab1/10215501449.sh
Vedi File
@ -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
Scrivi
Anteprima
Caricamento…
Annulla
Salva