HP3000-L Archives

May 1995, Week 3

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:
Mike Belshe <[log in to unmask]>
Reply To:
Mike Belshe <[log in to unmask]>
Date:
Fri, 19 May 1995 16:38:16 GMT
Content-Type:
text/plain
Parts/Attachments:
text/plain (44 lines)
Eric Schubert ([log in to unmask]) wrote:
:  MPE:                                SH.HPBIN.SYS -L (POSIX):
: -----                                ------
: CHGROUP pub                          cd ../PUB
: SHOWME                               pwd, who, ???
: COPY filea,fileb  (filea is FILEA)   cp FILEA FILEB  (filea _is_not_ FILEA)
: EDIT                                 vi
: SHOWJOB                              who
: PRINT                                more
: LISTF @                              ls -lsa
: LISTF @.@                            ls -R
: ECHO                                 print, echo
: FILE                                 ???
: BUILD                                ???
: REDO                                 r
 
 
BUILD                                   touch
FILE                                    1. n/a
                                        2. ln -s
        I see two meanings for the FILE command:
                1.  Used to convert between different file types.
                    This has no meaning in the POSIX context because the
                    POSIX context really only understands 1 filetype-
                    bytestream.
                2.  Used to associate one filesystem name to another
                    filesystem name.  This can be done with the link (ln)
                    command.
PRINT                                   more
                                        cat
SHOWPROC                                ps
        Note:  I think ps is broken.
PURGE                                   rm
 
Good luck.  This might be a good thing to make available on jazz when the
list is more complete.
 
 
Mike
 
---
Mike Belshe
[log in to unmask]

ATOM RSS1 RSS2