PowerShell - Cmdlets and Pipeline
You run this code but get an error:
What is the problem?
$items = @(5, 3, 8, 1)
$items | Sort-Object -descendingg
What is the problem?
$items = @(5, 3, 8, 1)
$items | Sort-Object -descendingg
-Descending, but it is misspelled as -descendingg.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions