Y
Hacker News
new
|
ask
|
show
|
jobs
by
HyperSane
1320 days ago
The greatest thing about powershell is that all commands returns structured output like this.
1 comments
WorldMaker
1320 days ago
Also, this tool is useful for using old unix commands
in
powershell: `jc … | ConvertFrom-Json` easily gives you powershell objects to work with.
link
HyperSane
1319 days ago
That is a great idea!
link