bash versus powershell: shell escapes

bash:

/home/coffee> echo “This is the `date`”

This is the Thu MarĀ  4 10:16:33 CST 2010

powershell:

“This is the $(Get-Date)”

This is the 03/04/2010 10:34:41

Leave a Reply

Your email address will not be published. Required fields are marked *