Unix-like ampersand operator available since pwsh7
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.
- Simon Sheppard
- Posts: 127
- Joined: 2021-Jul-10, 7:46 pm
- Contact:
Re: Unix-like ampersand operator available since pwsh7
I updated the page to include that syntax now, thanks