Clovertech
› Clovertech Forums › Read Only Archives › Cloverleaf › Tcl Library › mlp_tcp-showNoMatch.pdl › Reply To: mlp_tcp-showNoMatch.pdl
Make sure no CR in the file.
If Unix
perl -pi .bak -e ‘s/r//g’ mlp_tcp-showNoMatch.pdl
If windows:
perl -pi .bak -e “s/r//g” mlp_tcp-showNoMatch.pdl
It will create a .bak file so you can go back to it or delete it if not needed