Previous Page | Next Page

Commands That Are Not Specific to UNIX

CC Command



Copies a block of lines of text.
Category: Text editing, line command

Syntax
Without Arguments
Arguments
Comparisons
See Also

Syntax

CC
block of text
CC
intervening text
A | B

Without Arguments

The CC command copies a block of lines of text to a new position anywhere in a window.


Arguments

A

marks the target position of the lines of text to be copied; in this case, after the position where the A argument is typed. You can place the A argument either before or after the lines to be copied.

B

marks the target position of the lines of text to be copied; in this case, before the position where the B argument is typed. You can place the B argument either before or after the lines to be copied.


Comparisons

The C and CC commands enable you to specify a target position for the lines of text anywhere in the window. The R and RR commands repeat the block of lines of text immediately after it first appears.


See Also

Command:

C Command

R Command

RR Command

Previous Page | Next Page | Top of Page