I have a bashscript that spawns processes on two different machines over ssh and then cat's the output of one into a text file. How can I have the output ALSO displayed in the terminal as it's running?
And to do this with `tee` you issue the simplest possible command `cat output|tee filename`
Kimvais
2010-02-15 07:44:30
Worked brilliantly, thanks
piggles
2010-02-15 07:55:50
Harvey
2010-02-15 23:51:58
what?... Could you explain that line a little? I'm a bit of a hacker when it comes to bash :-p
piggles
2010-02-18 15:22:15
Harvey
2010-03-05 22:04:59