I process some data transfer procedures and turn expand impinto the workflow. Both parameters have a parameter FILE=for specifying a data file.
Is there a way to specify stdin and stdout? I would like to do something like this:
exp ... | ssh foo imp ...
I am currently halfway tempted to work with this with mkfifo, but it seems a bit like the clumsy side.
source
share