--- a +++ b/modules/RawDB/scripts/removeHeaders.sh @@ -0,0 +1,2 @@ +#!bin/bash +cat file.txt | tail -n +2 > file2.txt