On Thu, 2002-06-06 at 17:01, ebinc wrote: > Does anyone know why I have to add a - symbol after a path for cgi-bin > script to work? > exact example /user/bin/ - (is it because of a install problem) > OS Red Hat 7.2 running Plesk for admin > Any help would be appreciated
(now it occurs to me...) You have dos line feeds in your file. Your editor probably isn't showing them to you, but you need to strip them out. Try: tr -d '\r' < old.cgi > new.cgi mv new.cgi old.cgi _______________________________________________ Redhat-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-list