#!/bin/sh
#] 
#] *********************
#] $ bash "$d_fileops"'strDated grep-sed UR-RU notes.sh'  - capture text between [before, after] dates of str
# www.BillHowell.ca  19Dec2025 initial 
# view in text editor, using constant-width font (eg courier), tabWidth = 3


# Read-Eval-Print Loop (REPL) is typically running in a terminal in workspace 3
# backup this file:				REPL$ sudo pinn_arcArch   "$d_fileops"'strDated grep-sed UR-RU notes.sh' 
# backup workspace example: 	REPL$ sudo pinnL_arcArch  "$d_bin"'start/base_WkSpc.sh REPL pLst.txt'
#   note that 'base_WkSpc.sh REPL pLst.txt' can be used far beyond just backups!! 
#24************************24




#24************************24
# Setup 

#	source  "$d_bin""standard header.sh"	# not here - done by fileops.sh
source  "$d_fileops""fileops.sh"
p_log="$d_fileops"'pLog fileops run.sh'
#	pNotes="$d_projMaj"'History/Ukraine-Russia/Howell - Ukraine and Russia notes.txt'
	pNotes="$d_projMaj"'History/Ukraine-Russia/7_Military Summary battle notes.txt' 


#08********08
# code 

#] +-----+
#] notes files:


#] pNotes_str_get_dateBefore_StrLine_dateAfter		#() extract [dateBefore, str] lines

#	pNotes_str_get_dateBefore_StrLine_dateAfter  "$pNotes"  'Myrnohrad'  
#	pNotes_str_get_dateBefore_StrLine_dateAfter  "$pNotes"  'corrupt'  
	pNotes_str_get_dateBefore_StrLine_dateAfter  "$pNotes"  'Zakitne'  








# $ bash  "$d_fileops"'strDated grep-sed UR-RU notes.sh'  

# enddoc



