Skip to content

Instantly share code, notes, and snippets.

@thelahunginjeet
Last active August 29, 2015 14:01
Show Gist options
  • Save thelahunginjeet/5f28a94d802741d80863 to your computer and use it in GitHub Desktop.
Save thelahunginjeet/5f28a94d802741d80863 to your computer and use it in GitHub Desktop.
redirect of stdout/stderr in fish shell
# write
mycommand >stdout ^stderr
# append
mycommand >>stdout ^^stderr
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment