Explorar el Código

10215501408new upload

master
马也驰 hace 2 años
padre
commit
02cc101cb8
Se han modificado 2 ficheros con 87 adiciones y 59 borrados
  1. +29
    -1
      lab1/10215501408.txt

lab1/10215501408.c → lab1/10215501408.txt Ver fichero

@ -56,4 +56,32 @@ int main()
{
file_create("words.txt");
return 0;
}
}
//shell code
sort words.txt > opt1.txt
uniq opt1.txt > uniq1.txt
sort -n words.txt > opt2.txt
uniq opt2.txt > uniq.txt
cat uniq1.txt > override.txt
cat uniq.txt > override.txt
cat uniq1.txt >> cct.txt
cat uniq.txt >> cct.txt
grep -o "computer" words.txt > computer.txt
grep -c "computer" words.txt
git add 10215501408.txt
git commit -m “myc”
git push -u origin master

Cargando…
Cancelar
Guardar