Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

echo with tee command

# append
cat foo.txt
foo
echo 'bar' | tee -a foo.txt
bar
cat foo.txt
foo
bar
Source by shapeshed.com #
 
PREVIOUS NEXT
Tagged: #echo #tee #command
ADD COMMENT
Topic
Name
3+4 =