in reply to Re: What is the most memory efficient way to (sort) and print a hash?
in thread What is the most memory efficient way to (sort) and print a hash?

For sort, columns are whitespace separated. If you want only tabs, use something like
sort -t $'\t'
(the bash way).
لսႽ† ᥲᥒ⚪⟊Ⴙᘓᖇ Ꮅᘓᖇ⎱ Ⴙᥲ𝇋ƙᘓᖇ
  • Comment on Re^2: What is the most memory efficient way to (sort) and print a hash?
  • Download Code