I have a java class file that is causing problems because of the length of the name:
GroundTransportationProductType$GroundTransportationOptions$GroundTransportationProductOption$GroundTransportationOptionProviderLinks$ProviderLinks.class
I have managed to get the file on the unix box (Solaris) by under a shortend file name. my.class
How can I rename my.class to the correct class name above?
Using mv and cp normally (ie not doing something for the dollar signs) does not work. I have googled and searched extensively but cannot find anything on how to create a file with a dollar name in it on unix.
Thanks,
Kenny