tee command In Linux
tee command (as in a T-splitter in plumbing) takes content from standard input, displays it and writes it to one or more files. It is useful if you need to write things to several files in one go. You have the choice to either overwrite the contents of the file or append new content to the end. tee is very simple and handy if you need something like this. It should be installed on all Linux systems as part of the GNU Coreutils package. Today, we are going to go over the Linux tee command. There isn't much to this command so this guide will be brief. You will find some use for it at some point.
|
|
Full Story |
This topic does not have any threads posted yet!
You cannot post until you login.