[X-Unix] Question about using RsyncX

Brian Medley bpm-list-osx-unix at 4321.tv
Thu Jan 29 17:02:35 PST 2004


On Thu, Jan 29, 2004 at 07:37:28PM -0500, Our Pal Al wrote:

> I could redirect the output into a file no problem but don't know how to
> "bi-direct" it to screen AND file.  Can anybody tell me how?

$ echo `uname -a` 2>&1 | tee ~/uname.output
Darwin snafu.local 7.2.0 Darwin Kernel Version 7.2.0: Thu Dec 11 16:20:23 PST 2003; root:xnu/xnu-517.3.7.obj~1/RELEASE_PPC Power Macintosh powerpc
$ cat ~/uname.output 
Darwin snafu.local 7.2.0 Darwin Kernel Version 7.2.0: Thu Dec 11 16:20:23 PST 2003; root:xnu/xnu-517.3.7.obj~1/RELEASE_PPC Power Macintosh powerpc

-- 
~'`^`'~=-.,__,.-=~'`^`'~=-.,__,.-=~'`^`'~=-., \|/  (___)  \|/ _,.-=~'`^`
                                               @~./'O o`\.~@
               "Knowledge is Power"           /__( \___/ )__\  *PPPFFBT!*
                  -- Francis Bacon               `\__`U_/'
 _,.-=~'`^`'~=-.,__,.-=~'`^`'~=-.,__,.-=~'`^`'~= <____|'  ^^`'~=-.,__,.-=
~`'^`'~=-.,__,.-=~'`^`'~=-.,__,.-=~'`^`'~=-.,__,.-==--^'~=-.,__,.-=~'`^`



More information about the X-Unix mailing list