Skip to content

Instantly share code, notes, and snippets.

@amagee
Created December 29, 2016 02:52
Show Gist options
  • Save amagee/f13e16f42d76599edf082809eaa24009 to your computer and use it in GitHub Desktop.
Save amagee/f13e16f42d76599edf082809eaa24009 to your computer and use it in GitHub Desktop.
Pipe stderr
# http://stackoverflow.com/a/15936384/223486
{command} 2> >({command} 1>&2)
eg. nvim-qt 2> >(grep -v "Unknown Neovim function" 1>&2)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment