> Yes, but presumably only on *nix systems?
Or derivatives thereof. There is at least one set of *nix tools for Windows
that includes the find tool. It's also pretty simple to loop through files
in a shell script and possible to do this on the command line. That also
works under Windows too, but poorly. Tricky part is recursing subdirs which
is where 'find' begins to shine.

Ciao,
Dee

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Paul Grenyer
Sent: Tuesday, March 16, 2004 2:28 AM
To: [EMAIL PROTECTED]
Subject: RE: [msvc] [Possibly OT] toggle line endings


Hi

> You can also use 'find' to recursively execute unix2dos. There's at
least
> one example using the 'exec' option in the man pages.
>
> find . -exec unix2dos {} \;

Yes, but presumably only on *nix systems?

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.



_______________________________________________
msvc mailing list
[EMAIL PROTECTED]
See http://beginthread.com/mailman/listinfo/msvc_beginthread.com for
subscription changes, and list archive.



Reply via email to