From: system@SendSpamHere.ORG Sent: Friday, July 09, 1999 2:19 PM To: Info-VAX@Mvb.Saic.Com Subject: Re: Simulating UNIX commands on VMS ? scripts? In article <7m2lej$grg$1@nnrp1.deja.com>, fuma@voicenet.com writes: > Friends, > >I have been off VMS for a long, long time. Meanwhile I became a UNIX >addict. > Are there in the public domain a set of DCL scripts that emulate the >UNIX commands (df, cd, ls, find, grep, od, cat, vi, kill, rm, mv, and >so >on) ? > >Could you tell me how to get hold of them ? Place the following in your LOGIN.COM file: $ df == "pipe write sys$output ""CORE DUMP!"" ; def/use libots librtl ; dir" $ cd == "pipe write sys$output ""CORE DUMP!"" ; def/use libots librtl ; dir" $ ls == "pipe write sys$output ""CORE DUMP!"" ; def/use libots librtl ; dir" $ find == "pipe write sys$output ""CORE DUMP!"" ; def/use libots librtl ; dir" $ grep == "pipe write sys$output ""CORE DUMP!"" ; def/use libots librtl ; dir" $ od == "pipe write sys$output ""CORE DUMP!"" ; def/use libots librtl ; dir" $ cat == "pipe write sys$output ""CORE DUMP!"" ; def/use libots librtl ; dir" $ vi == "pipe write sys$output ""CORE DUMP!"" ; def/use libots librtl ; dir" $ kill == "pipe write sys$output ""CORE DUMP!"" ; def/use libots librtl ; dir" $ rm == "pipe write sys$output ""CORE DUMP!"" ; def/use libots librtl ; dir" $ mv == "pipe write sys$output ""CORE DUMP!"" ; def/use libots librtl ; dir" and so on... -- VAXman- OpenVMS APE certification number: AAA-0001 VAXman@TMESIS.COM "Now what else is the whole life of mortals but a sort of comedy, in which the various actors, disguised by various costumes and masks, walk on and play each one his part, until the manager waves them off the stage?" -- Erasmus