View Single Post
  #8   (View Single Post)  
Old 18th May 2008
J65nko J65nko is offline
Administrator
 
Join Date: May 2008
Location: Budel - the Netherlands
Posts: 4,128
Default

For a single file:
Code:
$ tr -d '\r' <file_with_CRLF >file_without_CR
To do this for all files in a directory is left as an exercise for the student
__________________
You don't need to be a genius to debug a pf.conf firewall ruleset, you just need the guts to run tcpdump
Reply With Quote