I have been using VMS/OpenVMS for over 30 years now. I found something interesting yesterday.
I always have symbols PU*RGE :== PURGE/CONF
, and DE*LETE :== DELETE/CONF
in my setups. This is to avoid accidental deletions and purges.
However, one of my customers while purging files, accidentally typed PURGEE
instead of PURGE
, and this purged all earlier versions of files in his directory without seeking confirmation.
When he mentioned that to me, I also tried, with PURGEA
, PURGEB
, etc. All of these ignored my symbol for PU*RGE
, and purged files without confirmation.
Has anyone noticed this behavior before, and/or if anyone knows how one could overcome this?