Linux tee commandkmsheng·Follow1 min read·Mar 27, 2018--ListenShareRead from standard input and write to standard outputExample: Show folder infos and write to a file at once.ls | tee <filename>