DEV Community

Discussion on: Linux commands that work in Powershell by default.

Collapse
 
webreflection profile image
Andrea Giammarchi

what about operators such as | (pipe) > (create from scratch) or >> (append to file or create)?

also, if sed or grep or awk would work in there too, I might update some of my bash scripts to work in PowerShell too. Thanks.

P.S. it'd be cool if ${1} and other variables are reachable as well, having just commands but no way to cross send parameters via shell is 1/3rd as useful.