Hi Experts,
I have a text file which is listing some servers, one server in each line. This file is updated manually, so a result there are cases when at the end some new line characters are also added which are not visible to the human being and the perl code considers them as a server which is actually not the case.
I need to know way of removing those new line characters from the end of the file.
I want to remove these extra <\n> from the end.