Patrick Gruenauer show off a pair of new operators in Powershell 7:
With PowerShell 7 new operators were introduced. We call them chain operators. Chain operators enables you to do something after doing something. They use the $? and $LASTEXITCODE variable to determine whether a command on the left hand of the pipe failed or succeded.
Let’s cover this topic by demonstrating some examples to fully understand the new pipeline technology.
This is definitely Bash-inspired and I’m happy they made this move.