Hi,
I'm running trafci from a Linux box outside a Trafodion cluster. I'd really
like to be able to type: trafci -q "get schemas;" or something like that
rather than having to put in all the connection info.
The Command Interface Guide shows how to set an alias but that doesn't
allow optional parameters. So, I went with a function: function trafci() {
./trafci -h host.com:23400 -u usr -p pwd $@; }, which works as long as the
argument string isn't quoted; the shell strips off the quotes.
Is there a .trafci or something that I can populate with the connection
info?
--
Thanks,
Gunnar
*If you think you can you can, if you think you can't you're right.*