Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bpipe how to get the output path when the -d was defined #265

Open
Feng-Zhang opened this issue Dec 12, 2020 · 0 comments
Open

bpipe how to get the output path when the -d was defined #265

Feng-Zhang opened this issue Dec 12, 2020 · 0 comments

Comments

@Feng-Zhang
Copy link

Feng-Zhang commented Dec 12, 2020

My pipe file saves as hello.pipe in path of "~/test" and it looks :
hello = { exec "echo a > a.txt; echo Hello | cat $input.txt - > $output.txt" }
It was run using command bpipe run -d ~/ hello.pipe test.txt .
Now I get the test.hello.txt at ~/ as expected, but the a.txt file is at ~/test directory. How could I get the output path that was defined by the parameter -d, so I can move the a.txt to ~/ directory.

Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant