PowerShell - Cross-Platform PowerShell
What will this PowerShell on Linux script output?
$files = Get-ChildItem -Path /tmp
$files.Count
$files = Get-ChildItem -Path /tmp
$files.Count
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions