Hi Friends,
I need a clarification on executable c binary files in linux. Actually , we have two executable files created in SunOS some years back. We don’t have the source code for those files. They are getline and charmap which are used for parsing upload files in our project. Now we need to run the same in Linux environment, but we are not able to run same files in linux. I am not sure whether the above two utilites (getline,charmap) are opensource or developed by individuals.
Now I need either the source files for the utilites or executable equivalents for them in linux.
The following is the command which is used in our perl code for those utilites .
getline -b 2 -e 2 -i $rcvfile | charmap -n -m 200 -r
Could you please help me in getting a solution for the above issue.
Thanks in advance.