Skip to content

tannermares/custom-sequence

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Custom sequence (cseq)

cseq - print a sequence of numbers, with a custom range

Synopsis

seq [OPTION]... LAST RANGE seq [OPTION]... FIRST LAST RANGE TODO:seq [OPTION]... FIRST INCREMENT LAST RANGE

Description

Print numbers from FIRST to LAST, across RANGE.

--help display this help and exit --version output version information and exit

If FIRST is omitted, it defaults to nnnn, where n is the first value in RANGE. If LAST is ommitted, it defaults to mmmm, where m is the last value in RANGE.

About

Extension of bash seq tool, implementing a custom range as a parameter

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages