Cheatsheet & Examples: tee
Basic Usage: Output to a File
Example Usage:tee filename
What it does:Writes the standard output to the specified file. If the file doesn’t exist, it creates it. If it does, it appends to it.
Command-line Arguments Explained:
filename: The nam...
tech.mrleong.net3 min read