How to use the for loop to cut and paste in Cygwin? -
i'm trying run loop included below cut , paste fails recognize files here. able use loop run perl command using similar files , had worked without glitches then.
for in {100..1600..100}; cut -c 1-26110 chr1a1_$i.out.long >> chr1a1_$i_a.out.long cut -c 1001-27110 chr1a2_$i.out.long >> chr1a2_$i_a.out.long paste -d '' chr1a1_$i_a.out.long chr1a2_$i_a.out.long >> chr1a1_$i_b.out.long done thanks.
Comments
Post a Comment