hboutemy commented on issue #238: URL: https://github.com/apache/whimsy/issues/238#issuecomment-2614503080
based on `grep "End of minutes" -B 1 */*.txt | more` , up to `2003/board_minutes_2003_11_16.txt` it was `___`, then with `2003/board_minutes_2003_12_17.txt` went to `---`: very clear line of change end of 2003, 22 years ago... ``` grep "^__________________________________________________________" -B3 -A3 */*.txt ``` shows we could `sed` it if we match beginning of line I wanted to test, because it really seems reasonably small, but I could not -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@whimsical.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org