14
6

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

[ sort ]tab区切りデリミタ指定

Last updated at Posted at 2015-12-29

##0. tab区切りのデータをsortする

'$'マーク使う
sort -t$'\t' -k2 -r
sort -t$'\t' -k2r
sort -n -r -t$'\t' -k2

タブ区切りの第2フィールドを降順でソートするとき

14
6
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
14
6

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?