File tree Expand file tree Collapse file tree 2 files changed +41
-41
lines changed
Expand file tree Collapse file tree 2 files changed +41
-41
lines changed Original file line number Diff line number Diff line change 11module
22_abc
3+ _aix_support
4+ _asyncio
35_blake2
6+ _bootlocale
7+ _bootsubprocess
8+ _bz2
9+ _codecs_cn
10+ _codecs_hk
11+ _codecs_iso2022
12+ _codecs_jp
13+ _codecs_kr
14+ _codecs_tw
15+ _contextvars
16+ _crypt
17+ _ctypes
18+ _ctypes_test
19+ _curses
20+ _curses_panel
421_datetime
22+ _dbm
23+ _decimal
524_elementtree
25+ _hashlib
626_heapq
727_locale
28+ _lsprof
29+ _lzma
830_md5
31+ _multibytecodec
32+ _opcode
933_peg_parser
1034_pickle
35+ _posixshmem
36+ _queue
1137_sha1
1238_sha256
1339_sha3
1440_sha512
41+ _sqlite3
42+ _ssl
1543_stat
1644_statistics
17- _symtable
18- _tracemalloc
19- grp
20- _aix_support
21- _bootlocale
22- _bootsubprocess
2345_strptime
46+ _symtable
2447_sysconfigdata__linux_x86_64-linux-gnu
2548_sysconfigdata__x86_64-linux-gnu
49+ _testbuffer
50+ _tracemalloc
51+ _uuid
52+ _xxsubinterpreters
53+ _xxtestfuzz
54+ _zoneinfo
2655bz2
2756cProfile
2857contextvars
2958ctypes
3059curses
3160fileinput
3261graphlib
62+ grp
3363imaplib
3464lzma
3565mailbox
3666mailcap
67+ mmap
3768modulefinder
3869pickletools
3970poplib
4071profile
4172pstats
4273pyclbr
74+ readline
4375sitecustomize
4476smtplib
4577sqlite3
@@ -49,35 +81,3 @@ tracemalloc
4981turtle
5082wave
5183zoneinfo
52- _asyncio
53- _bz2
54- _codecs_cn
55- _codecs_hk
56- _codecs_iso2022
57- _codecs_jp
58- _codecs_kr
59- _codecs_tw
60- _contextvars
61- _crypt
62- _ctypes
63- _ctypes_test
64- _curses
65- _curses_panel
66- _dbm
67- _decimal
68- _hashlib
69- _lsprof
70- _lzma
71- _multibytecodec
72- _opcode
73- _posixshmem
74- _queue
75- _sqlite3
76- _ssl
77- _testbuffer
78- _uuid
79- _xxsubinterpreters
80- _xxtestfuzz
81- _zoneinfo
82- mmap
83- readline
Original file line number Diff line number Diff line change 22
33# create directory in case it doesn't exist
44mkdir -p ../_data/whats_left
5-
5+
66# start a new csv file for modules
77echo " module" > ../_data/whats_left/modules.csv
88
99# read the temp file and look for "(entire module)"
10- # save the output as csv
11- cat ../_data/whats_left.temp | grep " (entire module)" | cut -d ' ' -f 1 >> ../_data/whats_left/modules.csv
10+ # save the output as csv
11+ cat ../_data/whats_left.temp | grep " (entire module)" | cut -d ' ' -f 1 | sort >> ../_data/whats_left/modules.csv
You can’t perform that action at this time.
0 commit comments