Christopher Juckins

SysAdmin Tips, Tricks and other Software Tools

User Tools

Site Tools


remove_newlines
no way to compare when less than two revisions

Differences

This shows you the differences between two versions of the page.


remove_newlines [2016/03/29 11:35] (current) – created juckins
Line 1: Line 1:
 +http://stackoverflow.com/questions/3134791/how-do-i-remove-newlines-from-a-text-file
  
 +<code>perl -p -i -e 's/\R//g;' filename</code>
remove_newlines.txt · Last modified: 2016/03/29 11:35 by juckins