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