diff --git a/FAQ/admin.sgml b/FAQ/admin.sgml index df5a6eee69..c9e55e2c7e 100644 --- a/FAQ/admin.sgml +++ b/FAQ/admin.sgml @@ -1,4 +1,4 @@ - + @@ -829,7 +829,7 @@

Simply use this perl command: -perl -i.bak -pe 's/\r\n/\n/g' file ... +perl -i.bak -npe 's/\r\n/\n/g' file ...

file is the file(s) to process. The modification is done in-place,