Lokasi ngalangkungan proxy:   [ UP ]  
[Ngawartoskeun bug]   [Panyetelan cookie]                
Skip to content

Commit 8c410c9

Browse files
authored
Merge pull request #14737 from WilliamAntonRohm/issue-4590
sql-docs issue 4590 -- had SORT for Sort-Object
2 parents 78a8823 + a534090 commit 8c410c9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/linux/sql-server-linux-manage-powershell-core.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ The following command will show you all of the cmdlets available on the version
198198

199199
```powershell
200200
Get-Command -Module SqlServer -CommandType Cmdlet |
201-
SORT -Property Noun |
201+
Sort-Object -Property Noun |
202202
SELECT Name
203203
```
204204

0 commit comments

Comments
 (0)