mirror of https://github.com/tongzx/nt5src
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
3 lines
113 B
3 lines
113 B
awk -f map.awk <riched20.map >map1.out
|
|
sort -k 1 -k 2nr map1.out >map2.out
|
|
awk -f mapsize.awk <map2.out >map.out
|