Skip to content

Instantly share code, notes, and snippets.

@SteveL-MSFT
Created June 4, 2020 16:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save SteveL-MSFT/63bd794eed3b7c2fac778b354c9fa13c to your computer and use it in GitHub Desktop.
Save SteveL-MSFT/63bd794eed3b7c2fac778b354c9fa13c to your computer and use it in GitHub Desktop.
nal w write-host
$d='First','Second','Third','Fourth','Fifth','Sixth','Seventh','Eighth','Ninth','Tenth','Eleventh','Twelfth',"A Partridge in a Pear Tree.`n",'Two Turtle Doves, and','Three French Hens,','Four Calling Birds,','Five Gold Rings,','Six Geese-a-Laying,','Seven Swans-a-Swimming,','Eight Maids-a-Milking,','Nine Ladies Dancing,','Ten Lords-a-Leaping,','Eleven Pipers Piping,','Twelve Drummers Drumming,'
$l="On the % day of Christmas`nMy true love sent to me"
0..11|%{w $l.Replace("%",$d[$_])
$_..0|%{w $d[$_+12]}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment