使い方
参考:
sort コマンドについて詳しくまとめました | エンジニアの入り口
sort コマンド – テキストファイルを行単位で並べ替える | @IT
バージョン番号によるソート
GNU coreutils
$ sort -V
macOS
$ sort -n -t. -k 1,1 -k 2,2 -k 3,3
参考:
sort コマンドで IP アドレスのソートを行う | 俺的備忘録
IP アドレスをソートする方法 (sort -V) | ryo_n’s blog
How to simulate “sort -V” on Mac – Stack Overflow
sort -V on Mac not working? – Super User
日時順/日付順のソート
参考:
ディレクトリ配下の最新更新ファイルを把握したい | 意識の低空飛行
Sorting by date – Unix & Linux Stack Exchange
-k オプション
参考:
Sorting with “-k” on Unix and Linux | Unix etc.
grep の結果をソートする
参考:
Pipe, Grep and Sort Command in Linux/Unix with Examples | Guru99
How do I sort using the grep and sort commands? – Unix & Linux Stack Exchange