get-Shell | where {$_.pipeline -contains Objects}
My solution for event 9 :
(gc c:\scripts\alice.txt |% {$_.split()}|% {$_[-1..(-$_.length)]-join ''})-join ' '
Enjoy,
Greetings /\/\o\/\/
Wow, that is disgustingly small (in a good way). My solution (posted on my blog) does the same thing, but takes 322 characters to do the same thing. Gah, that's almost embarrassing now. -Peter
PingBack from http://xaegr.wordpress.com/2008/03/13/scripting-games-advanced-powershell-event-9/