Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/anduin2017/wtfpowershell

What the f*** with PowerShell
https://github.com/anduin2017/wtfpowershell

powershell wtf wtfpowershell

Last synced: 2 months ago
JSON representation

What the f*** with PowerShell

Awesome Lists containing this project

README

        

# What the f*** with PowerShell

[![ManHours](https://manhours.aiursoft.cn/r/gitlab.aiursoft.cn/anduin/wtfpowershell.svg)](https://gitlab.aiursoft.cn/anduin/wtfpowershell/-/commits/master?ref_type=heads)

* [From and To Json](From-And-To-Json.md)
* [Guess my type](Gusss-my-type.md)
* [Condition sequence](Condition-Sequence.md)
* [Space after `](Space.md)
* [Contains](Contains.md)
* [Equal or not](Equal-Or-Not.md)
* [Last exit code](LastExitCode.md)
* [Convert to JSON with depth](Convert-To-Json-With-Depth.md)
* [String as null?](StringAsNull.md)
* [Strange File](File-Content.md)
* [Not False is False?](Not-false.md)
* [Not match is different than notmatch?](Not-match.md)
* [Argument passing](Argument-Passing.md)
* [Return value](Return-Value.md)
* [Currying](Currying.md)

## How to contribute

Simply add the strange behavior you found with PowerShell.

Don't forget to fill your environment information!

## More

Those samples **Only** represents that the behavior of PowerShell is very counterintuitive, contradictory and confusing.

Those are mistakes collected from real production environment and caused dollors mistake.

Does NOT mean can NOT explain the reason why those sample happens.