mirror of
git://git.sv.gnu.org/coreutils
synced 2026-05-15 11:27:19 -04:00
bfe711db1c
The preceding commands ignored .[ch] files in lib/ and gl/.
This is what I should have been doing from the start:
git grep -l '`.*'\' $(g ls-files |grep '\.[ch]$') \
| xargs perl -pi -e 's/`(.+?'\'')/'\''$1/'