Daniel@0: #!/bin/sh Daniel@0: len=$(head -n 1 "$1") Daniel@0: tail -n +2 "$1" | head -c $len