#!/bin/bash

fgrep GIER 0_*.asc | perl -pe 's/^0_(\d+).asc:.*:\s+(.*)s =.*$/$1	$2/g' |sort -n|tee drum.txt
fit1 -x1 -y2 -rx -P <drum.txt

