Hi > What I need is a simple app/script which recursively checks everything > beneath a directory, and toggles the line ending format between > Windows format (\r\n) and Unix format (\n) automatically. Nearly all > the text editors I use can do this for each file they're editing, but > I don't know how to do make them do it for all files inside a > directory. Since the file number is big (over several thousand > files), doing it manually isn't an option.
Will unix2dos not do it? This should be a really simple app to write if it doesn't. Regards Paul Paul Grenyer Email: [EMAIL PROTECTED] Web: http://www.paulgrenyer.co.uk Have you met Aeryn: http://www.paulgrenyer.co.uk/aeryn/? Version 0.3.0 beta now available for download.
