Peripheral Interchange Program
Appearance
PIP, on the Digital Equipment Corporation's DEC-10, for "Peripheral Interchange Program", was a utility to transfer data files. After some use, it was finally realized that the hand-crafted syntax
PIP destination:origin
actually was inverted from common English usage. Thus the
COPY from to
syntax was born, one of the dozens of utilities that resided on the PDP and DEC machines. As late as the mid 1970's, PIP was in common use, along-side its descendant. After Gary Kildall started CP/M, he took the PIP and file concepts as well. The protean utilities which move data can also be seen in the UNIX
cp from to
which also ran on the TeleType workstations of the early 1970's and which survive in MS-DOS.