Advertisement
Guest User

Untitled

a guest
Jan 16th, 2019
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.09 KB | None | 0 0
  1. ls *.gz > temp
  2. cat temp | awk 'BEGIN { FS="_" } /1/ { print $1 "_" $2 "\t" $1}' > popmap
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement