Search found 1 match

by mubed
2022-Nov-09, 1:01 pm
Forum: Windows PowerShell
Topic: Unix-like ampersand operator available since pwsh7
Replies: 1
Views: 11101

Unix-like ampersand operator available since pwsh7

On the page https://ss64.com/ps/call.html you mention to use Start-Job in Powershell to mimic the Unix ampersand operator, but since powershell 7 you can also use & the same way as Unix.