Erik de Castro Lopo's sig says:

> Powershell is slow. Exceedingly slow. I didn't think speed would be
> a factor in a shell until I used Powershell. The Unix shell tools are
> literally hundreds, if not thousands of times faster than the equivalent
> Powershell commands."
> http://reddit.com/r/programming/info/6cgne/comments/c03h3h7

I'd ne'er heard of PowerShell so I investigated. It is Mickeysoft's latest
addition to the Whacky World of Windows, yet another attempt to get it right,
only they got it wrong.

PowerShell is indeed really slow. But of course if you know Windows, you'd know
how to speed it up:

  Set-Alias ngen @(
  dir (join-path ${env:\windir} "Microsoft.NET\Framework") ngen.exe -recurse |
  sort -descending lastwritetime
  )[0].fullName
  [appdomain]::currentdomain.getassemblies() | %{ngen $_.location}

Obviously!

Further reading indicates the many opt for Unix Tools on Windows.

cheers
rickw



--
_________________________________
Rick Welykochy || Praxis Services

Some people are like slinkies - not really good for anything but
they bring a smile to your face when pushed down the stairs.

--
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html

Reply via email to