Warning: include_once(): http:// wrapper is disabled in the server configuration by allow_url_include=0 in /home/users/2/moriya-h5/web/confrage/unix/unix_command/sort/sort.html on line 2

Warning: include_once(http://www.confrage.com/bin/header.php): failed to open stream: no suitable wrapper could be found in /home/users/2/moriya-h5/web/confrage/unix/unix_command/sort/sort.html on line 2

Warning: include_once(): Failed opening 'http://www.confrage.com/bin/header.php' for inclusion (include_path='.:/usr/local/php/5.6/lib/php') in /home/users/2/moriya-h5/web/confrage/unix/unix_command/sort/sort.html on line 2
sort | UNIX | 株式会社CONFRAGE
Warning: include_once(/home/sites/heteml/users/m/o/r/moriya-h5/web/confrage/bin/menu.php): failed to open stream: No such file or directory in /home/users/2/moriya-h5/web/confrage/unix/unix_command/sort/sort.html on line 17

Warning: include_once(): Failed opening '/home/sites/heteml/users/m/o/r/moriya-h5/web/confrage/bin/menu.php' for inclusion (include_path='.:/usr/local/php/5.6/lib/php') in /home/users/2/moriya-h5/web/confrage/unix/unix_command/sort/sort.html on line 17
sort
sortコマンドは、ファイルの内容を行ごとに並べ替えるコマンドです。
以下のような内容のファイル(sam.txt)があるとします。

test1,aaa
test2,bbb
test3,ccc
test1,ddd
test1,eee
test1,bbb
このファイルに対してsortコマンドを実行します。

sort sam.txt
すると結果は以下のように辞書順に昇順ににソートされます。

test1,aaa
test1,bbb
test1,ddd
test1,eee
test2,bbb
test3,ccc
逆に降順にソートするには-r オプションを使用します。

数値比較でソート
sortコマンドではデフォルトでは文字列比較でソートします。
-nオプションを使用することにより数値比較でソートすることが出来ます。
以下、例です。

数値比較でソート
数値比較でソート

ソート結果をファイルに出力
ソートした結果を標準出力するのではなく、別のファイルに作成したい場合、-oオプションを使用します。
以下、sam.txtをソートした結果をsam2.txtに保存している例です。

cat sam.txt | sort -o sam2.txt

Back to top

Information

Warning: include_once(/home/sites/heteml/users/m/o/r/moriya-h5/web/confrage/bin/side_bar.php): failed to open stream: No such file or directory in /home/users/2/moriya-h5/web/confrage/unix/unix_command/sort/sort.html on line 108

Warning: include_once(): Failed opening '/home/sites/heteml/users/m/o/r/moriya-h5/web/confrage/bin/side_bar.php' for inclusion (include_path='.:/usr/local/php/5.6/lib/php') in /home/users/2/moriya-h5/web/confrage/unix/unix_command/sort/sort.html on line 108

Warning: include_once(/home/sites/heteml/users/m/o/r/moriya-h5/web/confrage/bin/seo.php): failed to open stream: No such file or directory in /home/users/2/moriya-h5/web/confrage/unix/unix_command/sort/sort.html on line 117

Warning: include_once(): Failed opening '/home/sites/heteml/users/m/o/r/moriya-h5/web/confrage/bin/seo.php' for inclusion (include_path='.:/usr/local/php/5.6/lib/php') in /home/users/2/moriya-h5/web/confrage/unix/unix_command/sort/sort.html on line 117