inital script for quicker readings index generator
This commit is contained in:
		
							
								
								
									
										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
 | 
				
			||||||
		Reference in New Issue
	
	Block a user