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

Popular posts from this blog

node.js - Using Node without global install -

How to access a php class file from PHPFox framework into javascript code written in simple HTML file? -

java - Null response to php query in android, even though php works properly -