#author("2025-04-15T04:53:31+00:00","default:iseki","iseki") ** perl [#p420dcdf] *** 全てのファイルの内容を再帰的に置換 [#r801b0e3] find . -type f -print0|xargs -0 perl -i.org -ple 's/置換対象文字列/置換後の文字列/g' - オリジナルファイルには .org が付加される.