Consultor Eletrônico



Kbase P125124: How to remove some non visible characters on  configuration files on UNIX.
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   2/17/2009
Status: Verified

GOAL:

How to remove some non visible characters on configuration files on UNIX.

GOAL:

How to get ride of some invisible characters on the ubroker.properties file

GOAL:

How to eliminate some invisible characters on the conmgr.properties file

FACT(s) (Environment):

UNIX
Progress/OpenEdge Versions

FIX:

Some times configuration files (like ubroker.properties and conmgr.properties, .pf, etc.)
may get undesirable characters embedded into the file. This is particularly true when manipulating and transferring files between a Windows box and a UNIX box
It is possible to remove them using the UNIX strings command like this:
$ strings ubroker.properties > temp
$ cp temp ubroker.properties