sed 'n;d' $input1 > $forward ; sed -n 'g;n;p' $input1 > "reverse.txt";