Previous Page | Next Page

Commands That Are Not Specific to UNIX

Shift Right Block Command



Shifts to the right a designated block of text.
Category: Text editing, line command

Syntax
Without Arguments
Arguments
Details
Comparisons
See Also

Syntax

>> <n>
block of text
>> <n>

Without Arguments

The >> command shifts a designated block of lines of text one space to the right.


Arguments

n

specifies the number of spaces that the designated block of lines of text shifts. Follow the n argument with a space. You can specify the numeric argument in the beginning or ending line of the block command, or in both. If it is specified in both, SAS uses the first numeric argument.


Details

The >> command shifts a designated block of lines of text one or more spaces to the right. The block of lines of text shifts the number of spaces you specify with the n argument, or the block shifts at the left window border, whichever is less. This text-shift command does not lose characters when shifting.


Comparisons

The < and << commands shift text in the opposite direction from the > and >> commands. The ), )), (, and (( commands are similar text-shift commands, which, depending on the extent of the shift, can lose characters.


See Also

Commands:

Shift Right Command

Shift Left Command and Shift Left Block Command

( Command and (( Command

) Command and )) Command

Previous Page | Next Page | Top of Page