batsh-dev-team / Batsh

A language that compiles to Bash and Windows Batch
http://batsh.org
4.32k stars 169 forks source link

pipe syntax? #17

Open timbertson opened 10 years ago

timbertson commented 10 years ago

In the README, it mentions (of other scripting languages):

Functionalities like process piping are not convenient to use.

I couldn't find any pipe syntax in batch though - is it still to come?

BYVoid commented 10 years ago

Yes, I am still considering to implement this feature

dufferzafar commented 10 years ago

:+1:

EmilHernvall commented 10 years ago

I'm excited by Batsh, but piping and redirection is kinda the killer feature of shells, so it's a big omission. Looking forward to seeing it implemented at some point!

binarez commented 5 years ago

+1 for pipes, it is a core building block of sh scripts. I'm not sure about bat files.