[Shell command] ls コマンドでファイルサイズ順にソートする

作成日: 2017年03月07日

-S オプションを使うことで、ファイルサイズ順に並べ替えることができます。

ls -lS
Shell command