#! /usr/bin/awk -f #this script breakes the lines of a fasta file into chunks of 60 # retain header line />/ {print $0} # break sequence lines !/>/ {l=length($0); i=1; while (i