PowerShell - Cross-Platform PowerShell
What will be the output of this PowerShell command run on macOS terminal?
$date = Get-Date -Format 'yyyy-MM-dd'; Write-Output $date
$date = Get-Date -Format 'yyyy-MM-dd'; Write-Output $date
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions