![]() |
Type in a command, or "ls dictionary" to search all commands for "dictionary", etc.
|
NAME
numlist - Returns a list of numbers from 1 to your input value
SYNOPSIS
numlist [SIZE OF LIST] -token [optional token, defaults to ,]
EXAMPLES
numlist 10
(returns 1,2,3,4,5,6,7,8,9,10)
numlist 7 -token +
(returns 1+2+3+4+5+6+7)
DESCRIPTION
This command is for use in other commands, specifically explode and foreach.
AUTHOR
Brian Armknecht
b.a.