使い方

参考:

sort コマンド | hydrocul のメモ

sort 行を並び替える | 日経クロステック

sort コマンドについて詳しくまとめました | エンジニアの入り口

sort コマンド/基本と応用とワナ – Qiita

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

日時順/日付順のソート

参考:

access_log の日付順ソート – Qiita

ディレクトリ配下の最新更新ファイルを把握したい | 意識の低空飛行

Sort Date | nixCraft

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

Man ページ

Man page of SORT | JM Project

記事をシェアする:
タグ:

コメントを残す

メールアドレスが公開されることはありません。 が付いている欄は必須項目です

Protected by reCAPTCHA