i want to implement a pipe command (similar to this in linux bash ) where it basically works like this : command1 | command2: using the pipe character “|<
command1 | command2
|<