Unix-like ampersand operator available since pwsh7

Microsoft Windows
Post Reply
mubed
Posts: 1
Joined: 2022-Nov-09, 12:45 pm

Unix-like ampersand operator available since pwsh7

Post by mubed »

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.
User avatar
Simon Sheppard
Posts: 190
Joined: 2021-Jul-10, 7:46 pm
Contact:

Re: Unix-like ampersand operator available since pwsh7

Post by Simon Sheppard »

I updated the page to include that syntax now, thanks
Post Reply