cmds: Comand history routines.

View source: R/Cmds.R

cmds,cmdn,cmdeR Documentation

Comand history routines.

Description

Comand history routines.

Usage

cmds(wild = NULL, exc = NULL, keep = FALSE, ask = FALSE) 
cmdn(cmdnum)
cmde()

Arguments

wild

Character string for indicating wild card to be matched at start of command.

exc

Exclude any commands containing this string.

keep

Return a vector with the found commands.

ask

If true, prompt the user for the number of a command to execute (Enter means none); ask and keep should not both be set to TRUE.

Author(s)

Norm Matloff


matloff/cmdlinetools documentation built on March 5, 2023, 6:32 a.m.