이 웹사이트는 자바스크립트 활성화가 필요합니다.
홈
탐색
帮助
返回水杉在线
登录水杉在线
登录水杉码园
10205304463
/
Computer-Systems-Labs
보기
1
좋아요
0
포크
0
코드
이슈
0
풀 리퀘스트
0
릴리즈
0
위키
활동
소스 검색
homework1
master
10215501418
2 년 전
부모
8178347bab
커밋
370fe5aae4
1개의 변경된 파일
과
10개의 추가작업
그리고
0개의 파일을 삭제
분할 보기
Diff Options
Show Stats
Download Patch File
Download Diff File
+10
-0
lab1/10215501418.sh
+ 10
- 0
lab1/10215501418.sh
파일 보기
@ -0,0 +1,10 @@
python 1.py > 1.1.txt
sort -d 1.1.txt > 1.2.txt --unique
sort --numeric-sort 1.1.txt > 1.2.txt --unique
sort -d 1.1.txt >> 1.3.txt --unique
sort --numeric-sort 1.1.txt >> 1.3.txt --unique
python 2.py > 2.txt
grep
"computer"
2.txt
grep -c
"computer"
2.txt
쓰기
미리보기
불러오는 중...
취소
저장