I am working on a battery of automatic tests which executes on 2 Unix virtual machines running with KSH. Those VMs are independant and they have practically the same .profile file. I would like to study their differences by launching:
tkdiff /usr/system/.profile system@{external_IP}:/usr/system/.profile
on the first VM but it doesn't work.

I suppose that directly accessing a hidden file is not possible. Is there a solution to my problem, or maybe an alternative?