mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-03-01 18:43:55 +02:00
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/'