fix(index): added missing entries to index, pulled more threads, updated folder names
Browse filesThis view is limited to 50 files because it contains too many changes. Β See raw diff
- count.sh +11 -0
- index.tsv +2 -2
- threads/{00000000-00009999 β 00000001-00010000}/266160769.txt +0 -0
- threads/{00000000-00009999 β 00000001-00010000}/296462434.txt +0 -0
- threads/{00000000-00009999 β 00000001-00010000}/296578420.txt +0 -0
- threads/{00000000-00009999 β 00000001-00010000}/296584018.txt +0 -0
- threads/{00000000-00009999 β 00000001-00010000}/296633170.txt +0 -0
- threads/{00000000-00009999 β 00000001-00010000}/296641798.txt +0 -0
- threads/{00000000-00009999 β 00000001-00010000}/296652710.txt +0 -0
- threads/{00000000-00009999 β 00000001-00010000}/296655454.txt +0 -0
- threads/{00000000-00009999 β 00000001-00010000}/296684917.txt +0 -0
- threads/{00000000-00009999 β 00000001-00010000}/296686194.txt +0 -0
- threads/{00000000-00009999 β 00000001-00010000}/296690534.txt +0 -0
- threads/{00000000-00009999 β 00000001-00010000}/296694799.txt +0 -0
- threads/{00000000-00009999 β 00000001-00010000}/296701814.txt +0 -0
- threads/{00000000-00009999 β 00000001-00010000}/296703942.txt +0 -0
- threads/{00000000-00009999 β 00000001-00010000}/296704244.txt +0 -0
- threads/{00000000-00009999 β 00000001-00010000}/296708334.txt +0 -0
- threads/{00000000-00009999 β 00000001-00010000}/296708902.txt +0 -0
- threads/{00000000-00009999 β 00000001-00010000}/296709125.txt +0 -0
- threads/{00000000-00009999 β 00000001-00010000}/296709863.txt +0 -0
- threads/{00000000-00009999 β 00000001-00010000}/296710490.txt +0 -0
- threads/{00000000-00009999 β 00000001-00010000}/296711684.txt +0 -0
- threads/{00000000-00009999 β 00000001-00010000}/296712137.txt +0 -0
- threads/{00000000-00009999 β 00000001-00010000}/296712954.txt +0 -0
- threads/{00000000-00009999 β 00000001-00010000}/296713148.txt +0 -0
- threads/{00000000-00009999 β 00000001-00010000}/296716491.txt +0 -0
- threads/{00000000-00009999 β 00000001-00010000}/296718438.txt +0 -0
- threads/{00000000-00009999 β 00000001-00010000}/296719086.txt +0 -0
- threads/{00000000-00009999 β 00000001-00010000}/296720332.txt +0 -0
- threads/{00000000-00009999 β 00000001-00010000}/296721573.txt +0 -0
- threads/{00000000-00009999 β 00000001-00010000}/296721746.txt +0 -0
- threads/{00000000-00009999 β 00000001-00010000}/296722844.txt +0 -0
- threads/{00000000-00009999 β 00000001-00010000}/296724545.txt +0 -0
- threads/{00000000-00009999 β 00000001-00010000}/296724696.txt +0 -0
- threads/{00000000-00009999 β 00000001-00010000}/296725117.txt +0 -0
- threads/{00000000-00009999 β 00000001-00010000}/296725594.txt +0 -0
- threads/{00000000-00009999 β 00000001-00010000}/296726523.txt +0 -0
- threads/{00000000-00009999 β 00000001-00010000}/296726586.txt +0 -0
- threads/{00000000-00009999 β 00000001-00010000}/296726617.txt +0 -0
- threads/{00000000-00009999 β 00000001-00010000}/296726821.txt +0 -0
- threads/{00000000-00009999 β 00000001-00010000}/296726929.txt +0 -0
- threads/{00000000-00009999 β 00000001-00010000}/296726997.txt +0 -0
- threads/{00000000-00009999 β 00000001-00010000}/296727629.txt +0 -0
- threads/{00000000-00009999 β 00000001-00010000}/296727723.txt +0 -0
- threads/{00000000-00009999 β 00000001-00010000}/296727785.txt +0 -0
- threads/{00000000-00009999 β 00000001-00010000}/296727858.txt +0 -0
- threads/{00000000-00009999 β 00000001-00010000}/296728039.txt +0 -0
- threads/{00000000-00009999 β 00000001-00010000}/296728285.txt +0 -0
- threads/{00000000-00009999 β 00000001-00010000}/296728496.txt +0 -0
count.sh
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
#!/bin/bash
|
| 2 |
+
|
| 3 |
+
echo Number of threads in the 'threads' folder: $(tree threads | tail -n 1 | cut -d ' ' -f3)
|
| 4 |
+
|
| 5 |
+
for folder in threads/*; do
|
| 6 |
+
suffix=$(echo $folder | cut -d '/' -f 2)
|
| 7 |
+
echo " In folder $suffix: $(ls $folder | wc -l) ($(cat index.tsv | grep $suffix | wc -l) are found in index.tsv)"
|
| 8 |
+
done
|
| 9 |
+
|
| 10 |
+
n_rows_in_index=$(cat index.tsv | wc -l)
|
| 11 |
+
echo Number of threads in the 'index.tsv' file: $((n_rows_in_index - 1))
|
index.tsv
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:879688c48449e27ef6f611ecc05cf3f958fe6ba5053682507e8c4c9a948a045c
|
| 3 |
+
size 396248749
|
threads/{00000000-00009999 β 00000001-00010000}/266160769.txt
RENAMED
|
File without changes
|
threads/{00000000-00009999 β 00000001-00010000}/296462434.txt
RENAMED
|
File without changes
|
threads/{00000000-00009999 β 00000001-00010000}/296578420.txt
RENAMED
|
File without changes
|
threads/{00000000-00009999 β 00000001-00010000}/296584018.txt
RENAMED
|
File without changes
|
threads/{00000000-00009999 β 00000001-00010000}/296633170.txt
RENAMED
|
File without changes
|
threads/{00000000-00009999 β 00000001-00010000}/296641798.txt
RENAMED
|
File without changes
|
threads/{00000000-00009999 β 00000001-00010000}/296652710.txt
RENAMED
|
File without changes
|
threads/{00000000-00009999 β 00000001-00010000}/296655454.txt
RENAMED
|
File without changes
|
threads/{00000000-00009999 β 00000001-00010000}/296684917.txt
RENAMED
|
File without changes
|
threads/{00000000-00009999 β 00000001-00010000}/296686194.txt
RENAMED
|
File without changes
|
threads/{00000000-00009999 β 00000001-00010000}/296690534.txt
RENAMED
|
File without changes
|
threads/{00000000-00009999 β 00000001-00010000}/296694799.txt
RENAMED
|
File without changes
|
threads/{00000000-00009999 β 00000001-00010000}/296701814.txt
RENAMED
|
File without changes
|
threads/{00000000-00009999 β 00000001-00010000}/296703942.txt
RENAMED
|
File without changes
|
threads/{00000000-00009999 β 00000001-00010000}/296704244.txt
RENAMED
|
File without changes
|
threads/{00000000-00009999 β 00000001-00010000}/296708334.txt
RENAMED
|
File without changes
|
threads/{00000000-00009999 β 00000001-00010000}/296708902.txt
RENAMED
|
File without changes
|
threads/{00000000-00009999 β 00000001-00010000}/296709125.txt
RENAMED
|
File without changes
|
threads/{00000000-00009999 β 00000001-00010000}/296709863.txt
RENAMED
|
File without changes
|
threads/{00000000-00009999 β 00000001-00010000}/296710490.txt
RENAMED
|
File without changes
|
threads/{00000000-00009999 β 00000001-00010000}/296711684.txt
RENAMED
|
File without changes
|
threads/{00000000-00009999 β 00000001-00010000}/296712137.txt
RENAMED
|
File without changes
|
threads/{00000000-00009999 β 00000001-00010000}/296712954.txt
RENAMED
|
File without changes
|
threads/{00000000-00009999 β 00000001-00010000}/296713148.txt
RENAMED
|
File without changes
|
threads/{00000000-00009999 β 00000001-00010000}/296716491.txt
RENAMED
|
File without changes
|
threads/{00000000-00009999 β 00000001-00010000}/296718438.txt
RENAMED
|
File without changes
|
threads/{00000000-00009999 β 00000001-00010000}/296719086.txt
RENAMED
|
File without changes
|
threads/{00000000-00009999 β 00000001-00010000}/296720332.txt
RENAMED
|
File without changes
|
threads/{00000000-00009999 β 00000001-00010000}/296721573.txt
RENAMED
|
File without changes
|
threads/{00000000-00009999 β 00000001-00010000}/296721746.txt
RENAMED
|
File without changes
|
threads/{00000000-00009999 β 00000001-00010000}/296722844.txt
RENAMED
|
File without changes
|
threads/{00000000-00009999 β 00000001-00010000}/296724545.txt
RENAMED
|
File without changes
|
threads/{00000000-00009999 β 00000001-00010000}/296724696.txt
RENAMED
|
File without changes
|
threads/{00000000-00009999 β 00000001-00010000}/296725117.txt
RENAMED
|
File without changes
|
threads/{00000000-00009999 β 00000001-00010000}/296725594.txt
RENAMED
|
File without changes
|
threads/{00000000-00009999 β 00000001-00010000}/296726523.txt
RENAMED
|
File without changes
|
threads/{00000000-00009999 β 00000001-00010000}/296726586.txt
RENAMED
|
File without changes
|
threads/{00000000-00009999 β 00000001-00010000}/296726617.txt
RENAMED
|
File without changes
|
threads/{00000000-00009999 β 00000001-00010000}/296726821.txt
RENAMED
|
File without changes
|
threads/{00000000-00009999 β 00000001-00010000}/296726929.txt
RENAMED
|
File without changes
|
threads/{00000000-00009999 β 00000001-00010000}/296726997.txt
RENAMED
|
File without changes
|
threads/{00000000-00009999 β 00000001-00010000}/296727629.txt
RENAMED
|
File without changes
|
threads/{00000000-00009999 β 00000001-00010000}/296727723.txt
RENAMED
|
File without changes
|
threads/{00000000-00009999 β 00000001-00010000}/296727785.txt
RENAMED
|
File without changes
|
threads/{00000000-00009999 β 00000001-00010000}/296727858.txt
RENAMED
|
File without changes
|
threads/{00000000-00009999 β 00000001-00010000}/296728039.txt
RENAMED
|
File without changes
|
threads/{00000000-00009999 β 00000001-00010000}/296728285.txt
RENAMED
|
File without changes
|
threads/{00000000-00009999 β 00000001-00010000}/296728496.txt
RENAMED
|
File without changes
|