Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
帮助
返回水杉在线
登录水杉在线
登录水杉码园
10215501449
/
Computer-Systems-Labs
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Pull Requests
0
Lanzamientos
0
Wiki
Actividad
Explorar el Código
10215501449
master
黄驰越
hace 2 años
padre
795d1dae71
commit
b885f49075
Se han
modificado 1 ficheros
con
12 adiciones
y
0 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+12
-0
lab1/10215501449.sh
+ 12
- 0
lab1/10215501449.sh
Ver fichero
@ -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
Escribir
Vista previa
Cargando…
Cancelar
Guardar