delete command

The delete command can be used to delete lines from a document.

Syntax

delete [ count ] 

Parameters

count Must be a positive integer. The count parameter specifies the number of lines that should be deleted.  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 


Editor commands and parameters


add command
insert command
insertShow command
Default editor commands