by kjteoh » Wed Nov 29, 2006 11:18 am
Glad to be of service .. sorry if my last post sounded "offensive" ... was not meant to be and the try $cd /lib/modules/`uname -r` which is take you to the true modules dir. Works on Linux and its really a Shell thing thus "your milege will vary".
kjteoh
Thinking about it ... the short explanation why pipes wont work ... when you go $ssh -lmyuser_name | cat ipaddr.txt
ssh will "complete" its job followed by sending it to cat for example:-
$ssh -lmyuser_name | cat
in turn you will get replies "blah blah" generated by ssh command followed by the same "blah blah" generated by the cat command.