[5383] in Athena Bugs
vax 7.0F: cp
daemon@ATHENA.MIT.EDU (garybean@ATHENA.MIT.EDU)
Mon Jul 2 17:08:58 1990
From: garybean@ATHENA.MIT.EDU
To: bugs@ATHENA.MIT.EDU
Date: Mon, 02 Jul 90 17:08:40 EDT
System name: E40-341-1
Type and version: CVAXSTAR 7.0F
Display type: SM
What were you trying to do?
Read the cp MAN PAGE
What's wrong:
The last line of the DESCRIPTION is wrong. It is currently:
cd sourcedir; tar cf - . | (cd destdir tar xf -)
What should have happened:
It should be:
cd sourcedir; tar cf - . | (cd destdir; tar xf -)
^
(I.e., with a semicolon after the "destdir")
Please describe any relevant documentation references:
[Please replace this line with your information.]