Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/anduin2017/wtfpowershell
- Owner: Anduin2017
- License: unlicense
- Created: 2020-11-12T07:03:46.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2023-12-26T04:26:08.000Z (about 1 year ago)
- Last Synced: 2023-12-26T05:25:45.914Z (about 1 year ago)
- Topics: powershell, wtf, wtfpowershell
- Homepage: https://wtfpowershell.aiurs.co/
- Size: 38.1 KB
- Stars: 11
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.