From: Daniel G. <dgo...@eh...> - 2014-04-08 20:08:06
|
htp 1.16 is version. Apparently because htp allows /option to be a command line option, because / can be used to indicate an option, htp seems to have a problem with absolute paths on the command line. Works OK: $ htp temp.x temp2.x Produces error message about "unknown option": $ htp /path/temp.x /path/temp2.x Other than not using absolute paths with htp, any suggestions? Daniel |