When I run a command in Bash and it sends stdout to the screen, is that stdout retrievable from anywhere? If I ran a command and then after the fact decided that I wanted to capture some of the output, where could I get it without re-running the command? -- Todd