What is Linux for $DECK and $EOD?
In VMS DCL one may embed data in a command file using $DECK and $EOD. What is Linux for this? ...
In VMS DCL one may embed data in a command file using $DECK and $EOD. What is Linux for this? ...
In VMS one may tell the file system to write junk over the existing contents of a file when it is deleted. Here is the DCL command to identify the file for this kind of treatment: $ SET FILE/ERASE_ON_DELETE SAMPLE.TXT This allows the policy to be set at one point in time then later users of the file do not have to handle that detail ...
I have a DCL script on VMS which calls a perl script. Is there a VMS/DCL command I can use that will tell me every file handle opened by the perl script? ...