Bash Redirection Cheat Sheet [Link]
This is how I learn new stuff. I read good cheat sheets and then try to figure out how I can use it. I like this one:
{ cmd1; cmd2; } > file
This is how I learn new stuff. I read good cheat sheets and then try to figure out how I can use it. I like this one:
{ cmd1; cmd2; } > file