-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Redirect stderr #8277
Copy link
Copy link
Closed
Labels
A:redirection-pipeAll related to redirection to files or more complex pipelines with STDERRAll related to redirection to files or more complex pipelines with STDERRcategory:enhancementNew feature or requestNew feature or request
Milestone
Description
Related problem
At the moment it is not possible to redirect stderr with a pipe, similar to bash's |&
Describe the solution you'd like
I would like to be able to have something like |& in nushell, perhaps we can even use the same thing as bash does to make it intuitive.
Describe alternatives you've considered
There are no real alternatives besides using a different shell
Additional context and details
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
A:redirection-pipeAll related to redirection to files or more complex pipelines with STDERRAll related to redirection to files or more complex pipelines with STDERRcategory:enhancementNew feature or requestNew feature or request