#!/bin/bash
od -N 12 -v -t dI newforms/x$1 | awk 'NR==1{print $4;}'
