HP3000-L Archives

March 2014, Week 4

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:
Lars Appel <[log in to unmask]>
Reply To:
Lars Appel <[log in to unmask]>
Date:
Tue, 25 Mar 2014 08:52:37 +0100
Content-Type:
text/plain
Parts/Attachments:
text/plain (25 lines)
Keven Miller (rtt) wrote:
> you can use a command file like the one below.

Cool and generic command file. Thanks for sharing!


I wonder if ALTSEC supports MPE style wildcards or not. Haven't tried lately.

If not, I would have attempted something like this (before Keven's cool idea)
to take a list of filenames and prepend ALTSEC and append DELACD for execution:

  :LISTF [log in to unmask] ,6 > files

  : /bin/sed " -e 's/^/altsec /' -e 's/$/;delacd/' " < files > cmds

  :PRINT cmds
  :XEQ cmds

Haven't tried it live, so the sed quoting might need some work ;)

Cheers, Lars.

* To join/leave the list, search archives, change list settings, *
* etc., please visit http://raven.utc.edu/archives/hp3000-l.html *

ATOM RSS1 RSS2