perl
をテンプレートにして作成
[
トップ
] [
タイトル一覧
|
ページ一覧
|
新規
|
検索
|
最終更新
|
ヘルプ
|
ログイン
]
開始行:
** perl [#p420dcdf]
*** 全てのファイルの内容を再帰的に置換 [#r801b0e3]
find . -type f -print0|xargs -0 perl -i.org -ple 's/置換...
- オリジナルファイルには .org が付加される.
終了行:
** perl [#p420dcdf]
*** 全てのファイルの内容を再帰的に置換 [#r801b0e3]
find . -type f -print0|xargs -0 perl -i.org -ple 's/置換...
- オリジナルファイルには .org が付加される.
ページ名: