Browse Source

Merge pull request 'master' (#18) from 10215501433/Computer-Systems-Labs:master into master

Reviewed-on: https://gitea.shuishan.net.cn/52265903006/Computer-Systems-Labs/pulls/18
master
朱君鹏 1 year ago
parent
commit
86b5b859cc
1 changed files with 0 additions and 21 deletions
  1. +0
    -21
      10215501451.md

+ 0
- 21
10215501451.md View File

@ -1,21 +0,0 @@
touch text1.txt
for i in `seq 50000`;do echo $RANDOM | md5sum | cut -c 1-9 ;done >> text1.txt
export LC_ALL=C
sort text1.txt | uniq
sort -n text1.txt | uniq
sort text1.txt | uniq > letter.txt
sort -n text1.txt | uniq >> number.txt
echo -e "computer\ndata\nscience\nengineering\nscience\nengineeringc\ncomputer\ncomputer\necnu\ndata" > text2.txt
grep computer text2.txt
grep -c computer text2.txt

Loading…
Cancel
Save