diff --git a/pages/common/perl.md b/pages/common/perl.md index 0c1fed8074..fd422d8585 100644 --- a/pages/common/perl.md +++ b/pages/common/perl.md @@ -19,7 +19,7 @@ `perl -d {{script.pl}}` -- Edit all file lines [i]n-place with a specific replacement [e]xpression and save a file with a new extension: +- Edit all file lines [i]n-place with a specific replacement [e]xpression, saving a backup with a new extension: `perl -p -i'.{{extension}}' -e 's/{{regular_expression}}/{{replacement}}/g' {{path/to/file}}`