Updated: January 2025
Current command:
data mtrim --help
Trim out samples from start 0 to `-s index` AND from `-e index` to end of graph buffer usage: data mtrim [-h] -s <dec> -e <dec> options: -h, --help This help -s, --start <dec> start point -e, --end <dec> end point examples/notes: data mtrim -s 1000 -e 2000 -> keep all between index 1000 and 2000