delete command

Use the delete command to delete lines from a document.

 

Syntax

delete [ count ] 

 

Parameters

count Use the count parameter to specify the number of lines to delete.  count must be a positive integer.  If you do not specify count, 1 is assumed.

 

Status

The status parameter is not affected by this command.

 

Description

The delete command only affects visible elements.

 

Examples

delete
delete 10 

Related concepts
Editor commands, actions, and parameters

Related reference
add command
insert command
insertShow command
Default editor commands