[comp.os.vms] Software Development Tools

rja@edison.GE.COM (rja) (04/06/89)

In article <328@uncw.UUCP>, session@uncw.UUCP (Zack Sessions) writes:
> As far as grep and awk are concerned, grep is handled by the DCL Command
> SEARCH. And the functionality of awk, though in no way similar, can be
> done with the optional layered product, Datatrieve.

VMS "search" is in no way as capable as UNIX "grep" -- search is fine for
really simple stuff, but grep also can handle sophisticated cases that
search can't cope with.

Datatrieve is similarly less capable than awk or nawk or gawk. 

The best thing for VMS is to port the GNU tools over and run them
under VMS.