Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

echo with tee command

echo 'foo' | tee foo.txt
foo
cat foo.txt
foo
Source by shapeshed.com #
 
PREVIOUS NEXT
Tagged: #echo #tee #command
ADD COMMENT
Topic
Name
6+7 =