Books/NT/latex/chapters/strip-J.sh
2026-06-30 08:19:02 -07:00

2 lines
63 B
Bash

for f in *.tex; do sed -i 's/\\J{\([^}]*\)}/[\1]/g' "$f"; done