Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What's the difference between "Select" and "Select-Object" in PowerShell?

Tags:

powershell

In Windows PowerShell, is there any difference between the Select-Object and Select cmdlets?

like image 256
n00p Avatar asked Apr 27 '26 03:04

n00p


1 Answers

Accroding to the Microsoft's documentation about the Select-Object cmdlet, Select is just an alias for Select-Object:

You can also refer to the Select-Object cmdlet by its built-in alias, select. For more information, see about_Aliases.

like image 79
n00p Avatar answered Apr 30 '26 06:04

n00p



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!