COPIES C-1

NAME

copies - produce multiple copies

SYNOPSIS

copies [ number ]

DESCRIPTION

Unless redirected, copies reads from the standard input and writes to the standard output. Multiple copies of the input are written to the output. The number of copies to be made is specified in the command line. If number is less than 1 or is missing, one copy of the input is produced.

SEE ALSO

creattemp(C-3). FILES /tmp/cp$$ temporary file

 

NOTES