Parses a lot of evtx files and prints a bodyfile
```shell
evtx2bodyfile Security.evtx >Security.bodyfile
evtx2bodyfile *.evtx | mactime -d -b >evtx_timeline.csv ```