I am trying to execute a script which reads directory pathnames from a file and using them as options of a command. The problem is the pathnames contain spaces and the command interprets these spaces as separating multiple options instead of a single one.
Is there a "universal" way to substitute spaces for a character and have UNIX interpret them correctly?
Barring that, is there a way to do it in Solaris?
Thanks,
Jeff
Is there a "universal" way to substitute spaces for a character and have UNIX interpret them correctly?
Barring that, is there a way to do it in Solaris?
Thanks,
Jeff