Skip to content

Instantly share code, notes, and snippets.

@hal0thane
Created July 8, 2009 04:18
Show Gist options
  • Save hal0thane/142576 to your computer and use it in GitHub Desktop.
Save hal0thane/142576 to your computer and use it in GitHub Desktop.
# TIP: from Allan Odgaard
command1 &> >(command2)
# pipes the output of 'command1' to 'command2' but the status is still evaluated from 'command1'. Really cool.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment