$linuxcli.in _    [commands]    [tips & tricks]    [manpage]    [ESXi CLi]    [what is my ip?]    [pingme!]    [BIOS lock code]    [Code repo]




seq -


    
    BusyBox v1.29.3 (2018-11-02 15:37:50 PDT) multi-call binary.
    Usage: seq [-w] [-s SEP] [FIRST [INC]] LAST
    Print numbers from FIRST to LAST, in steps of INC.
    FIRST, INC default to 1.
    	-w	Pad to last with leading zeros
    	-s SEP	String separator