Skip to content

Instantly share code, notes, and snippets.

@unfo
Created September 29, 2014 11:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save unfo/00c16c0e463dc5814660 to your computer and use it in GitHub Desktop.
Save unfo/00c16c0e463dc5814660 to your computer and use it in GitHub Desktop.
TIL about Bash exec
rlyeh:work jw$ bash testredir.sh
rlyeh:work jw$ cat logfile
foo
bar
#!/bin/bash
exec >> logfile
echo foo
echo bar
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment