Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The option can take a '-line <num>', and this is similar to Linux 'head' and 'tail' utility to only display the number of lines from the file depends on the <num> is a positive or negative value. For example to tail the last 5 lines of the current device log:


eddgeview.sh cat//persist/newlog/collect/current.device.log -line -5

...