added readings index up to L-1539
This commit is contained in:
@ -16,8 +16,7 @@ for ((n=start_no;n<=4000;n++)); do
|
||||
echo "deleting last line"
|
||||
grep -v "$(tail -n1 readings_index)" readings_index > tmp$$
|
||||
mv tmp$$ readings_index
|
||||
last_line="$(tail -n1 readings_index)"
|
||||
echo "$last_line"
|
||||
tail -n1 readings_index
|
||||
n="$(( n - 2 ))";
|
||||
elif [ "$index" -gt 2200 ]; then
|
||||
echo "Kanji from third book. Just adding index and reading index for now"
|
||||
|
Reference in New Issue
Block a user