Alright. I know how to redirect cout, cerr, clog, and I'd expect ofstream objects, with the rdbuf() and open() methods. But is there any way to redirect any of these back to the command line after directing all of them to files? Anther similar, perhaps clearer, phrasing: say cout, cerr, and clog are all redirected to files. Is there any way to redirect them back to the command line?