[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[ale] Batch processing text files
- Subject: [ale] Batch processing text files
- From: meuon at geeklabs.com (Mike Harrison)
- Date: Thu Dec 6 17:59:21 2007
- In-reply-to: <[email protected]>
- References: <[email protected]>
> Does anyone know of a existing utility to batch convert text files from
> unix (lf) to dos
> (cr/lf) format and sending the resultant file to a new location??
FTP,
A simple Perl script.
Someone on this list can probably do it with awk/sed...