read from standard input and write to standard output and files
echo "example" | tee {{FILE}}
echo "example" | tee -a {{FILE}}