Top "Echo" questions

Simple function outputting text.

when i try to echo $10 it becomes echo $1 0

given something like this find -type f -newermt "2011-05-26 15:40:35.088712" | xargs -n 1 bash -c fn=$0; set -- `ls -l $fn`; …

bash echo
Batch file printing out commands with @echo off

I am searching for certain XML files and then performing a command on them (mvn) which writes an output to …

batch-file echo windows-scripting
Calling Echo inside a function pre-pends echo string to return value in Powershell

I am a Powershell noob and seem to keep getting caught on little weird behaviors like this. Here is some …

powershell function string echo
Quickest way to write <?php echo ... ?>

There are many questions on stack exchange on whether or not you should use <?php echo ?> or <?= ?&…

php keyboard-shortcuts echo sublimetext2 php-shorttags