inital script for quicker readings index generator
This commit is contained in:
parent
8ff538a170
commit
68fdc1e356
8
readings_index/lesungen_script
Executable file
8
readings_index/lesungen_script
Executable file
@ -0,0 +1,8 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
for n in {1..2000}; do
|
||||||
|
printf "index of reading no. L-%s?" "$n"
|
||||||
|
read -r index
|
||||||
|
line="$(grep -P "^$index\t" lesungen)"
|
||||||
|
printf '%s\t%s\n' "$line" "$n" | tee -ai test
|
||||||
|
done
|
Loading…
Reference in New Issue
Block a user