Cobra Interactive Query Language default

NAME

default — set a default command

SYNTAX

	default any_command

DESCRIPTION

This command can be used to set any other command as the default to be executed when the enter key is pressed without entering a command.

EXAMPLES

	: default !date		# to display time and date on blank lines
	: default d 1 2		# to display the first match with 2 lines of context
	: default =		# to display the number of current matches

SEE ALSO

shell

Return to index
Manual
Tutorial
(Last Updated: 8 May 2017)