get-command | where-object {$_.definition -like "*Awesome*"}
$now = Get-Date$later = $now.AddSeconds(15)while($now.second -lt $later.second){cls$now = Get-Date$now.secondsleep 1}
Hey, how are you going about pasting code into your blog posts? I'm interested in getting the line numbers!Cheers,Trevor
http://alexgorbatchev.com/SyntaxHighlighter/
Hey, how are you going about pasting code into your blog posts? I'm interested in getting the line numbers!
ReplyDeleteCheers,
Trevor
http://alexgorbatchev.com/SyntaxHighlighter/
ReplyDelete