★ wanayoo — archive 1999 https://github.com/PowerShell/PowerShell/pull/7912Nouvelle recherche | Portail wanayoo
Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update powershell-beginners-guide.md #7912

Merged
merged 2 commits into from Oct 26, 2018

Conversation

Projects
None yet
4 participants
@aavdberg
Copy link
Contributor

commented Oct 1, 2018

clear is also an alias for clear-host.

PR Summary

PR Checklist

Update powershell-beginners-guide.md
clear is also an alias for clear-host.

Now try it:
```powershell
PS /> Get-Process
PS /> cls
PS /> cls or clear

This comment has been minimized.

Copy link
@iSazonov

iSazonov Oct 2, 2018

Collaborator

It is command line example, we can not execute cls or clear.

This comment has been minimized.

Copy link
@anmenaga

anmenaga Oct 25, 2018

Contributor

Fixed. Comment above and Get-Alias output send the message across, so removed ' or clear' from this example.

Andrew Menagarishvili
@anmenaga

This comment has been minimized.

Copy link
Contributor

commented Oct 25, 2018

@iSazonov please take a look again.

@aavdberg

This comment has been minimized.

Copy link
Contributor Author

commented Oct 26, 2018

Looks good

@adityapatwardhan adityapatwardhan merged commit 4f134fc into PowerShell:master Oct 26, 2018

7 checks passed

CodeFactor No issues found.
Details
PowerShell-CI-linux #PR-7912-20181025.01 succeeded
Details
PowerShell-CI-macos #PR-7912-20181025.01 succeeded
Details
PowerShell-CI-spelling #PR-7912-20181025.01 succeeded
Details
PowerShell-CI-windows #PR-7912-20181025.01 succeeded
Details
continuous-integration/appveyor/pr AppVeyor build succeeded
Details
license/cla All CLA requirements met.
@iSazonov

This comment has been minimized.

Copy link
Collaborator

commented Oct 26, 2018

@aavdberg Thanks for your contribution!

@aavdberg aavdberg deleted the aavdberg:patch-1 branch Nov 2, 2018

adityapatwardhan added a commit to adityapatwardhan/PowerShell that referenced this pull request Apr 9, 2019

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
You can’t perform that action at this time.