소스 검색

10215501449

master
黄驰越 1 년 전
부모
커밋
b885f49075
1개의 변경된 파일12개의 추가작업 그리고 0개의 파일을 삭제
  1. +12
    -0
      lab1/10215501449.sh

+ 12
- 0
lab1/10215501449.sh 파일 보기

@ -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

불러오는 중...
취소
저장