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




tee -


    
    BusyBox v1.29.3 (2018-11-02 15:37:50 PDT) multi-call binary.
    Usage: tee [-ai] [FILE]...
    Copy stdin to each FILE, and also to stdout
    	-a	Append to the given FILEs, don't overwrite
    	-i	Ignore interrupt signals (SIGINT)