HP3000-L Archives

September 2000, Week 1

HP3000-L@RAVEN.UTC.EDU

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Subject:
From:
"COLE,GLENN (Non-HP-SantaClara,ex2)" <[log in to unmask]>
Reply To:
COLE,GLENN (Non-HP-SantaClara,ex2)
Date:
Wed, 6 Sep 2000 12:33:08 -0600
Content-Type:
text/plain
Parts/Attachments:
text/plain (31 lines)
Duane writes:

> Typical operation is:
>
> :PURGELINK oldfile
> :COPY newfile,oldfile
>
> You can also use RENAME in place of COPY.

If you use the POSIX shell instead, you can

   $ mv OLDFILE  OLDSAVE
   $ mv NEWFILE  OLDFILE

(or some variation on that theme).  This has the
advantage of keeping the old file around (and visible)
for those currently accessing it, but moving the
new file into production for new users.

(I have no idea if it would work any better for SLs.)

Then again, for reasons unknown, I grok this solution,
but somehow have not assimilated the MPE equivalents.
Thus, there may be an MPE equivalent, but it's just not
as "obvious" to me.

I first saw this solution in John Burke's "Hidden Value"
column in The 3000 NewsWire awhile back.

--Glenn

ATOM RSS1 RSS2