이 웹사이트는 자바스크립트 활성화가 필요합니다.
홈
탐색
帮助
返回水杉在线
登录水杉在线
登录水杉码园
10211900416
/
Computer-Systems-Labs
보기
1
좋아요
0
포크
0
코드
이슈
0
풀 리퀘스트
0
릴리즈
0
위키
활동
소스 검색
Merge pull request '10215501449' (
#16
) from 10215501449/Computer-Systems-Labs:master into master
Reviewed-on:
https://gitea.shuishan.net.cn/52265903006/Computer-Systems-Labs/pulls/16
master
朱君鹏
2 년 전
부모
86b5b859cc
b885f49075
커밋
61f57d2c53
1개의 변경된 파일
과
12개의 추가작업
그리고
0개의 파일을 삭제
분할 보기
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
쓰기
미리보기
불러오는 중...
취소
저장