Current command:
data mtrim --help
Trim out samples from the specified start to the specified end point 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 between 1000 and 2000