File tree 2 files changed +41
-41
lines changed
2 files changed +41
-41
lines changed Original file line number Diff line number Diff line change 1
1
module
2
2
_abc
3
+ _aix_support
4
+ _asyncio
3
5
_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
4
21
_datetime
22
+ _dbm
23
+ _decimal
5
24
_elementtree
25
+ _hashlib
6
26
_heapq
7
27
_locale
28
+ _lsprof
29
+ _lzma
8
30
_md5
31
+ _multibytecodec
32
+ _opcode
9
33
_peg_parser
10
34
_pickle
35
+ _posixshmem
36
+ _queue
11
37
_sha1
12
38
_sha256
13
39
_sha3
14
40
_sha512
41
+ _sqlite3
42
+ _ssl
15
43
_stat
16
44
_statistics
17
- _symtable
18
- _tracemalloc
19
- grp
20
- _aix_support
21
- _bootlocale
22
- _bootsubprocess
23
45
_strptime
46
+ _symtable
24
47
_sysconfigdata__linux_x86_64-linux-gnu
25
48
_sysconfigdata__x86_64-linux-gnu
49
+ _testbuffer
50
+ _tracemalloc
51
+ _uuid
52
+ _xxsubinterpreters
53
+ _xxtestfuzz
54
+ _zoneinfo
26
55
bz2
27
56
cProfile
28
57
contextvars
29
58
ctypes
30
59
curses
31
60
fileinput
32
61
graphlib
62
+ grp
33
63
imaplib
34
64
lzma
35
65
mailbox
36
66
mailcap
67
+ mmap
37
68
modulefinder
38
69
pickletools
39
70
poplib
40
71
profile
41
72
pstats
42
73
pyclbr
74
+ readline
43
75
sitecustomize
44
76
smtplib
45
77
sqlite3
@@ -49,35 +81,3 @@ tracemalloc
49
81
turtle
50
82
wave
51
83
zoneinfo
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 2
2
3
3
# create directory in case it doesn't exist
4
4
mkdir -p ../_data/whats_left
5
-
5
+
6
6
# start a new csv file for modules
7
7
echo " module" > ../_data/whats_left/modules.csv
8
8
9
9
# 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