[9fab9f]: / modules / RawDB / scripts / removeHeaders.sh

Download this file

3 lines (2 with data), 49 Bytes

1
2
#!bin/bash
cat file.txt | tail -n +2 > file2.txt