-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Command Substitutions with pipe? #2002
Comments
I asked a similar question in the past: and was pointed towards this issue: On Sat, Mar 28, 2015 at 5:12 AM, demonking notifications@github.com wrote:
|
@aboisvert thx for you answer, it seems, that i have to fix it through more calls like |
Thanks @aboisvert . Yes, dup of #1362. The issue is processes that expect to own the term when running inside command substitutions. We'll likely fix it in the release after the upcoming one. |
Thanks for reporting this! |
Hello,
I have a problem with command substitutions with pipes?
In bash-shell it would looks like this:
execute the command between the $() and then output the information to cd.
But in fish-shell it doesn't seems to work ? or i'm making some mistakes?
cd (ls | percol)
Or is percol here the problem?
The text was updated successfully, but these errors were encountered: