I usually use tee because I think it looks a little cleaner and it generally fits on one line.
echo "my text" | tee -a *.php
I usually use tee because I think it looks a little cleaner and it generally fits on one line.
echo "my text" | tee -a *.php