I'm seeing what looks like several carriage returns comparing configuration in old firmware to new. Are these commands equivalent?
7.19
![]()
7.24.1
![]()
Thanks for reading!
Bob
I'm seeing what looks like several carriage returns comparing configuration in old firmware to new. Are these commands equivalent?
7.19
![]()
7.24.1
![]()
Thanks for reading!
Bob
Hi,
Yes,
use terse option for export to have full nonsplitted version
Lines are normally split according to the width of your terminal if you don't use the aforementioned terse option.
Between the two images, you changed the text zoom (or text size), so it should wrap first.
Set the text zoom to the same size, and everything will be the same...
You can also export to a file (add the file=xyz parameter to your export command) to always have the same consistent width limit, independent from your current terminal window dimension.
Or you can search and replace, the pattern is:
[BACKSLASH][CR+LF][SPACE][SPACE][SPACE][SPACE]
to be replaced with nothing.
The config parser spreadsheet allows (also) to convert the multi-line exports into single-line ones:
Configuration Parser Spreadsheet
while the terse to sl one allows to convert from terse to single-line:
Terse export converter and config compare
use two \ or the forum remove it...
\<CR+LF><SPACE><SPACE><SPACE><SPACE>
Thanks
, didn't notice that the forum ate my backslash (bad, bad forum).