> temporary directory. The script parses all the logs, dumping
> those that are of interest to us for the various parts of the
> report to smaller, easier to handle files. I am using the
> following statement to create a temporary directory which
> works out great, removing most of the file
Edward WIJAYA wrote:
Hi John,
Hello,
I tried your code.
But I still cannot remove the whitespace from each line.
Suppose I have two files.
fileA.txt:fileB.txt:
A B
A B
What I get is:
A B
A B
instead of
AB
AB
I tried to play around with this
section of your code but of no