| Commit message (Collapse) | Author | Age | Lines | |
|---|---|---|---|---|
| * | Adjusting formatting | Andrew Ryan Davis | 2020-10-06 | -10/+11 |
| | | | | Indentation on function | |||
| * | Fixing formatting in published page | Andrew Ryan Davis | 2020-08-20 | -0/+1 |
| | | | | the markdown powershell checker didn't have a space before it | |||
| * | Adjusting last items before land | Andrew Ryan Davis | 2020-08-20 | -3/+4 |
| | | ||||
| * | Final look-over and adjusting carriage returns | Andrew Ryan Davis | 2020-08-20 | -107/+117 |
| | | | | | | Reducing line length Adjusting grammar Fixing some inconsistencies in variables and properties | |||
| * | Final comments | Andrew Ryan Davis | 2020-08-20 | -2/+2 |
| | | ||||
| * | Moving Escape chars section to string section | Andrew Ryan Davis | 2020-08-20 | -13/+12 |
| | | ||||
| * | Adding in escape chars and more info on call operator with exe's | Andrew Ryan Davis | 2020-08-20 | -1/+27 |
| | | | | | escape chars like newlines, tabs, negating affects call operator and dot-sourcing for paths to exes with spaces in them and arguments passed. | |||
| * | Fixing typo and some other formatting | Andrew Ryan Davis | 2020-08-20 | -9/+5 |
| | | | | | | Doubled input on 'pipeline' spaces between commented sections expand alias on where | |||
| * | I don't think CI was happy about those header tags | Andrew Ryan Davis | 2020-08-20 | -2/+2 |
| | | | | Changing back to the way they were | |||
| * | Adding changes discussed | Andrew Ryan Davis | 2020-08-20 | -5/+40 |
| | | | | | | | | | | 1. Added info on scoping with dot sourcing, IEX, and call operator 2. Added comments about .NET class calling 3. Changed Get-EventLog to Get-WinEvent 4. Added info on Pipeline caveats related to passing bytes and speed 5. Added in a couple more pipeline examples to iteration and filtering And some formatting changes | |||
| * | Adjusting truthy falsy section | Andrew Ryan Davis | 2020-08-20 | -17/+1 |
| | | ||||
| * | Removing duped entry | Andrew Ryan Davis | 2020-08-20 | -2/+0 |
| | | ||||
| * | Addressing comments | Andrew Ryan Davis | 2020-08-20 | -8/+36 |
| | | | | | | 1. Clarifying '[]' and null-assigned expressions. 2. Removing "-contains" on switch example from Wouter, it does not appear to be true anymore 3. Adding comments and adjusting some func examples a bit | |||
| * | Adjusting array section to be more accurate | Andrew Ryan Davis | 2020-08-20 | -3/+4 |
| | | | | The default array object is mutable, but is of a fixed length. Changing comments to better reflect that. | |||
| * | Addressing bitwise and/or | Andrew Ryan Davis | 2020-08-20 | -3/+3 |
| | | | | Mistakenly left "and/or", changed to "-band/-bor" | |||
| * | Update powershell.html.markdown | Andrew Ryan Davis | 2020-08-20 | -1/+1 |
| | | | | Co-authored-by: 谭九鼎 <109224573@qq.com> | |||
| * | Removing duped section | Andrew Ryan Davis | 2020-08-20 | -20/+1 |
| | | | | There was a duplicate section | |||
| * | Making some minor fixes | Andrew Ryan Davis | 2020-08-20 | -16/+54 |
| | | | | | | | Adjusting some inconsistent names. Changing Remove-Array to Format-Array since Remove is not an approved Posh verb. Adding Kevin Marquette's blog because it's awesome Adding a simpler array reversal example | |||
| * | Revamping Powershell | Andrew Ryan Davis | 2020-08-20 | -261/+610 |
| | | | | Changing to reflect current capabilities and draw similarities to other languages in terms of capabilities | |||
| * | Adding comment next to new link at bottom | Andrew Ryan Davis | 2020-05-17 | -1/+1 |
| | | | | It seems I didn't add the details of the link initially. | |||
| * | [powershell/en] Adding some things I find useful | Andrew Ryan Davis | 2020-05-16 | -3/+31 |
| | | ||||
| * | Update powershell.html.markdown | 谭九鼎 | 2020-01-12 | -1/+1 |
| | | ||||
| * | [powershell/en] Update url | 谭九鼎 | 2020-01-12 | -2/+2 |
| | | ||||
| * | Fix typo in powershell page | dee-see | 2019-02-02 | -1/+1 |
| | | ||||
| * | add list syntax example in for powershell | Renze Yu | 2018-11-08 | -0/+1 |
| | | ||||
| * | Try a backslash to fix formatting | Adam Bard | 2017-09-12 | -1/+1 |
| | | ||||
| * | Fix backtick that was messing up syntax highlighting on powershell. | Samantha McVey | 2016-11-23 | -1/+1 |
| | | ||||
| * | Add syntax highlight (#2581) | derek-austin | 2016-11-22 | -3/+3 |
| | | | | Only the first chunk of code was highlighted | |||
| * | Fixed a few spelling errors | Amru Eliwat | 2016-10-30 | -3/+3 |
| | | ||||
| * | Partial fix for #2498 | ven | 2016-10-23 | -1/+1 |
| | | ||||
| * | [PowerShell/en]: fixed typos/layout. Added some extra aliases/info. | Laoujin | 2016-01-08 | -2/+8 |
| | | ||||
| * | Fix formatting. | Adam Bard | 2016-01-06 | -0/+4 |
| | | ||||
| * | Merge branch 'master' of https://github.com/Laoujin/learnxinyminutes-docs | Laoujin | 2015-11-28 | -2/+1 |
| |\ | ||||
| | * | [Powershell/en] Deleted a left-over from the bash turorial | Wouter Van Schandevijl | 2015-11-27 | -2/+1 |
| | | | ||||
| * | | [PowerShell/en] Markdown ```powershell didn't render properly | Laoujin | 2015-11-28 | -4/+4 |
| |/ | ||||
| * | [PowerShell/en] More usefull snippets and interesting projects | Laoujin | 2015-11-27 | -1/+18 |
| | | ||||
| * | [PowerShell/en] IO, Interesting Projects, Not Covered, Exception Handling, ↵ | Laoujin | 2015-11-27 | -15/+129 |
| | | | | | UseFull stuff, max line 80. | |||
| * | [PowerShell/en] control-flow, pipeline, getting help | Laoujin | 2015-11-27 | -1/+95 |
| | | ||||
| * | [PowerShell/en] execution-policy, builtin variables, configure your shell | Laoujin | 2015-11-27 | -10/+50 |
| | | ||||
| * | [PowerShell/en] intro | Laoujin | 2015-11-27 | -0/+56 |
