Get-Help about_* returns nothing
See original GitHub issueSteps to reproduce
(get-help about_*) | select name
or trying to create a powershell object
$l = get-help about_*) | select name
Expected behavior
list of all existing “about_*” topics
Actual behavior
Won’t create results and won’t clear the screen after the search.

Environment data
Ubuntu 16.04 - powershell_6.0.0-alpha.8-1_amd64-ubuntu.16.04-x64
> $PSVersionTable
Issue Analytics
- State:
- Created 7 years ago
- Comments:8 (3 by maintainers)
Top Results From Across the Web
Get-Help will not return only returns <CommonParameters>
I've seen several examples just like this so I'm sure it should work. One example (on here) doesn't leave any space blank lines...
Read more >Bug: Get-Help -Category HelpFile returns nothing #3722
In PowerShell Core Alpha 18 on Mac OS Sierra, I'm receiving no output from the Get-Help -Category HelpFile command. Possibly related to #3503....
Read more >Get-Help (Microsoft.PowerShell.Core)
To get help for a PowerShell cmdlet, type Get-Help followed by the cmdlet name, ... When you hit Q to exit the help...
Read more >I Don't Have My Refund - TAS - Taxpayer Advocate Service
You may be a victim of Identity Theft — a common scam is for someone else to use your personal information to file...
Read more >about Operators - PowerShell
In this example, if no files match, the Get-ChildItem command returns nothing and assigns nothing to $textFiles , which is considered $false ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

Same result in v6.0.0-alpha.10.
Verified and resolved by PR #3852