3 lines
84 B
Bash
3 lines
84 B
Bash
|
#! /usr/bin/env bash
|
||
|
tail -n +3 $1 | grep -v -E "^99" >> output/NavData/apt/apt.dat
|