Last active
August 11, 2021 17:20
-
-
Save bbrt3/03edb1c99931b7ab6436eb05ff163a26 to your computer and use it in GitHub Desktop.
Powershell
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
echo "LETS GO!!" | |
echo is actually an alias for Write-Host in powershell. | |
Write-Output - success Output | |
Write-Host - writing to console | |
Write-Debug - for debugging |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment