How do save /interface lte cell-monitor in file or variable
Posted: Sat Oct 27, 2018 6:27 pm
Hi dears;
I try to create an script to save the output of the [/interface lte number=0 cell-monitor duration=5]; to future analisys, but all files and all variables stay nil
{
:local filename "ltecellmonitor.txt";
:local content [/interface lte cell-monitor number=0 duration=5];
[/file set $filename contents=$content];
}
but i noticed what all info just are displayed while the command is running, from way, i think what is necessary to run another script in parallel to save the data ?
I try to create an script to save the output of the [/interface lte number=0 cell-monitor duration=5]; to future analisys, but all files and all variables stay nil
{
:local filename "ltecellmonitor.txt";
:local content [/interface lte cell-monitor number=0 duration=5];
[/file set $filename contents=$content];
}
but i noticed what all info just are displayed while the command is running, from way, i think what is necessary to run another script in parallel to save the data ?