HP3000-L Archives

August 2002, 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:
Michael Berkowitz <[log in to unmask]>
Reply To:
Michael Berkowitz <[log in to unmask]>
Date:
Tue, 27 Aug 2002 09:02:26 -0700
Content-Type:
text/plain
Parts/Attachments:
text/plain (44 lines)
donna garverick writes


Robert Mills wrote:

>   :hello user.account,udcgroup
>   :copy udcfile,newudc
>   :editor (make your changes)
>   :sh -L
>   shell/iX> man mv (this will display the documentation for the mv
command)
>   shell/iX> mv ./NEWUDC ./UDCFILE
>   shell/iX> exit

<ahem> you don't have to go into the shell to use 'mv'.  from the colon
prompt....

:mv "./NEWUDC ./UDCFILE"

...works just fine.  the above assumes that 'newudc' and 'udcfile' are in
the
group you're currently in.  also -- capitalization is important since you're
using a posix program.  if your udc's are in another group (say '.udc') then
your command would be:

:mv "../UDC/NEWUDC ../UDC/UDCFILE"

this assumes that both files are in your current logon account.  both
examples
assume that 'hpbin' are in your path.  if not then invoke 'mv' by typing:

:mv.hpbin.sys <blahblahblah>             - d
----------------------------------------------------
For the posix allergic or those without hpbin in your path, how about

:PURGELINK UDCFILE
:COPY NEWUDC,UDCFILE

Mike Berkowitz
Guess? Inc.

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

ATOM RSS1 RSS2