Search Results

1
vote

size difference between email and ftp text message - EOL characters?

During SMTP, you're supposed to end each line with CR LF. If your original email ends each line with a newline, after it's transferred, the mailers might have converted each newline to a CR LF, whi …
1
vote

renaming files in a folder

A long time ago, I found a small snippet of code in the back of the Programming Perl 4 O'Reilly book that let you rename files using regular expressions. I have used that ever since. Being able to …