mork

saca reciproco

May 2nd, 2012
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.36 KB | None | 0 0
  1. awk '{ print $9"\t"$10}' Sm_Fh.temp > smfh_gh #esteeee
  2. awk '{ print $1"\t"$2"\t"$7"\t"$8}' Fh_Sm.temp > fhsm_ab #saca las coordenadas en el
  3. grep -f smfh_gh -w fhsm_ab > smfh_ghab
  4.  
  5. awk '{ print $9"\t"$10}' Fh_Sm.temp > fhsm_cd #saca las coordenadas en el otro sentido
  6. awk '{ print $1"\t"$2"\t"$7"\t"$8}' Sm_Fh.temp > smfh_ef
  7. grep -f fhsm_cd -w smfh_ef > fhsm_cdef
Advertisement
Add Comment
Please, Sign In to add comment