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




cut -


    
    BusyBox v1.29.3 (2018-11-02 15:37:50 PDT) multi-call binary.
    Usage: cut [OPTIONS] [FILE]...
    Print selected fields from each input FILE to stdout
    	-b LIST	Output only bytes from LIST
    	-c LIST	Output only characters from LIST
    	-d CHAR	Use CHAR instead of tab as the field delimiter
    	-s	Output only the lines containing delimiter
    	-f N	Print only these fields
    	-n	Ignored