Thursday, November 13, 2008

from the darkside, redux: powershell part 2

Windows is getting boring here. But there is still some place for fun. Which is powershell.
I started by typing, in the shell
get-command
This shows the list of command. Which can scroll so far. And as a long time linux user, i put
get-command|more
It actually worked. Hmmmm.

But still how to connect to networking using powershell, and what is the equivalent of grep?
More to explore.

p.s OK so I spent very little time on this anyway. So there should be more. Maybe I should stop playing spore for once

2 comments:

  1. Anonymous9:22 AM

    Select-String

    Get-Command Select-String

    ReplyDelete
  2. thanks, looks like it is getting interesting

    ReplyDelete