Forgotten perl option in dos2unix
This commit is contained in:
parent
bff4737d70
commit
f56a255733
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=4106
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
<!-- $Id: admin.sgml,v 1.14 1999-01-19 03:05:44 jkoshy Exp $ -->
|
||||
<!-- $Id: admin.sgml,v 1.15 1999-01-25 17:50:16 wosch Exp $ -->
|
||||
<!-- The FreeBSD Documentation Project -->
|
||||
|
||||
<sect>
|
||||
|
@ -829,7 +829,7 @@
|
|||
<p>Simply use this perl command:
|
||||
|
||||
<verb>
|
||||
perl -i.bak -pe 's/\r\n/\n/g' file ...
|
||||
perl -i.bak -npe 's/\r\n/\n/g' file ...
|
||||
</verb>
|
||||
|
||||
<p>file is the file(s) to process. The modification is done in-place,
|
||||
|
|
Loading…
Reference in a new issue