On Feb 9, 2:22 am, Steven Schweda <
sms.antin...@gmail.com> wrote:
> > > Can you use GNV (aka GNU) diff?
>
> GNU is not GNV.
I know. Maybe my English is not good enough to express in a few words
that the GNV diff advertises itself as a GNU diff. Run the GNV diff
utility with -v and you will see.
The GNU diff which comes with GNV requires GNV to be installed or the
diff utility to be extracted from the GNV PCSI kit. You can run it
from the command line like
$ mc psx$root:[bin]diff -v
diff (GNU diffutils) 3.0
Copyright (C) 2010 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <
http://gnu.org/licenses/
gpl.html>.
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Written by Paul Eggert, Mike Haertel, David Hayes,
Richard Stallman, and Len Tower.
$
As pointed out in another post, the GNU diff which comes with GNV does
not work with VMS file versions. That's a result of enabling a DECC
feature: DECC$FILENAME_UNIX_ONLY. That feature is enabled for almost
all utilities which come with GNV. That doesn't really "require" GNV
but it looks like a restriction imposed by GNV. Enabling that DECC
feature for other GNU utilities for VMS very likely results in
unexpected behavior.