Explorar el Código

10205304463添加

master
徐骏 hace 1 año
padre
commit
95b7e10b01
Se han modificado 1 ficheros con 13 adiciones y 0 borrados
  1. +13
    -0
      lab1/10205304463.sh

+ 13
- 0
lab1/10205304463.sh Ver fichero

@ -0,0 +1,13 @@
# 文件由C++生成,代码放在了作业中
sort data.txt -u
sort -n -u data.txt
sort -u -n data.txt > new_data.txt
sort -u >> new_data.txt
grep "com" string.txt
grep -o "com" string.txt |wc -l

Cargando…
Cancelar
Guardar