http://digitalsr.i2p/computing/i2vmsnet.html
"cd" also works on this system $ cd [.backups] Change directory to [.backups] sub dir (non-standard VMS command) $ dir sys$system Show all the files in sys$system $ dir /date /prot /size Show date, protection, and size of files in current dir $ show logical List all the logicals (like global vars in Unix) $ show system Show what's going on (like ps aux in Unix) $ create/directory [.test] Create a sub directory $ deltree [.test] Recursively delete [.test] (like rm -rf in Unix, not standard VMS) $ set...