You are not logged in.
Pages: 1
Hi... XSI-DC log looks like this
Performing a [1mwarm[0m backup as per the [1m--backup-how[0m argument.
[90m-------------------------------------------------------------------------------------------------------------[0m
[90m|---------------------------------------------------------------------------------|[0m
[90m||-------------------------------------------------------------------------------||[0m
[90m|||[0m[1m (c)XSIBackup-Pro 1.5.1.15: Backup & Replication Software [0m [90m|||[0m
[90m|||[0m[1m (c)33HOPS, Sistemas de Informacion y Redes, S.L. | All Rights Reserved[0m [90m|||[0m
[90m||-------------------------------------------------------------------------------||[0m
[90m|---------------------------------------------------------------------------------|[0m
(c)Daniel J. Garcia Fidalgo | info@33hops.com
[90m|---------------------------------------------------------------------------------|[0m
System Information: ESXi, Kernel 6 Major 5 Minor 0 Patch 0
[90m-------------------------------------------------------------------------------------------------------------[0m
I think that there are escape characters to give it some format... which application do you recomend to see them correctly in Windows?
Offline
The simplest answer to your question is: use tail from within the Linux command line (below example for 200 lines).
tail -n200 /scratch/XSI/XSIBackup-DC/var/log/xsibackup.log
Nonetheless there is a conceptual flaw on your question, as an editor has been made to visualize contents in text files, not to interpret them.
You would need some kind of visualizer, like a browser displays (interprets) HTML whereas an editor shows the actual HTML markup.
This post will help you address the issue.
[url]https://www.linuxquestions.org/questions/linux-software-2/which-text-editor-supports-ansi-escape-sequences-693448/[/url]
Offline
Pages: 1