for i in *peaks.bed;
do echo " LC_COLLATE=C sort -k1,1 -k2,2n $i > ${i%*.bed}_sorted.bed &"; done > bedsort_que.sh










