Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=3765920
By: keithmarshall

Diff *always* writes output to stdout.  You need to use output redirection,
if you want to capture its output in a file.  The command line syntax is:

  diff [-options] f1 f2 > outfile

I don't know perl, so can't say how you do that from within a perl program;
perhaps the system function supports that syntax directly, as C's does.

You can find the diff manpage here:
http://man.linuxquestions.org/?query=diff&section=0&type=2

HTH,
Keith.

______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit: 
https://sourceforge.net/forum/unmonitor.php?forum_id=74807


_______________________________________________
GnuWin32-Users mailing list
GnuWin32-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gnuwin32-users

Reply via email to