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




echo -


    
    BusyBox v1.29.3 (2018-11-02 15:37:50 PDT) multi-call binary.
    Usage: echo [-neE] [ARG]...
    Print the specified ARGs to stdout
    	-n	Suppress trailing newline
    	-e	Interpret backslash escapes (i.e., \t=tab)
    	-E	Don't interpret backslash escapes (default)