This website works better with JavaScript.
Home
Explore
帮助
返回水杉在线
登录水杉在线
登录水杉码园
10205304463
/
Computer-Systems-Labs
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
homework1
master
10215501418
2 years ago
parent
8178347bab
commit
370fe5aae4
1 changed files
with
10 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+10
-0
lab1/10215501418.sh
+ 10
- 0
lab1/10215501418.sh
View File
@ -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
Write
Preview
Loading…
Cancel
Save