I am running Windows 10, with Cygwin. I also have 4NT installed and can use commands from that if it helps.
I usually open files for editing via the command line.
I would like, for one particular file, to implement an automatic delay before it open. So that if I type vi FILENAME
, FILENAME will open not immediately but fifteen minutes later. (Yes, I realize this probably sounds crazy.)
Is there a way to do that?