Horje
echo or cat into multiple files Code Example
echo or cat into multiple files
# Use tee to read from standard input and write to standard output and files.
echo "hello" | tee -a file1 file2

or 

# can flip it around for heredoc: 
tee -a aaa bbb ccc << EOF contents ... EOF




Shell

Related
GVfs metadata is not supported. Fallback to TeplMetadataManager. Code Example GVfs metadata is not supported. Fallback to TeplMetadataManager. Code Example
how to make maven clean install faster in eclipse Code Example how to make maven clean install faster in eclipse Code Example
`path` for shell provisioner does not exist on the host system: Code Example `path` for shell provisioner does not exist on the host system: Code Example
Unset a Variable; Remove Variable; Delete Variable Code Example Unset a Variable; Remove Variable; Delete Variable Code Example
lightweight tag git Code Example lightweight tag git Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
7