The Unix Heritage Society mailing list
 help / color / mirror / Atom feed
* [TUHS] Unix v1/v2 cp command
@ 2014-07-14  0:16 Mark Longridge
  2014-07-14  0:32 ` Dave Horsfall
  0 siblings, 1 reply; 3+ messages in thread
From: Mark Longridge @ 2014-07-14  0:16 UTC (permalink / raw)


>> the cp command seems different from all other versions, I'm not sure I
>> understand it so I used the mv command instead which worked as expected.
>
> I'm intrigued; in what way is it different?

It seems that one must first cp a file to another file then do a mv to
actually put it into a different directory:

e.g. while in /usr/src

as ctr0.s
cp a.out ctr0.o
mv ctr0.o /usr/lib

...rather than trying to just "cp a.out /usr/lib/ctr0.o"

Mark



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-07-16 18:14 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-07-14  0:16 [TUHS] Unix v1/v2 cp command Mark Longridge
2014-07-14  0:32 ` Dave Horsfall
2014-07-16 18:14   ` Mark Longridge

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).