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/cut/cut.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/cut/cut.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/cut/cut.html on line 2
cut | 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/cut/cut.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/cut/cut.html on line 17
cut
cutコマンドは、-dオプションで指定した区切り文字と、-fオプションで指定したフィールド番号からセレクトされたフィールドを表示するコマンドです。
ファイルもしくは標準入力からセレクトします。
以下は標準入力から入力した値をcutコマンドを使用して表示しています。

$ cut -f 1,2 -d /
aiu,,,/+*}?/!"#$%'()/
aiu,,,/+*}?

!"#$%'()/{}`*_?*``
!"#$%'()/{}`*_?*``

!"#$%'()/{}`*+_?<>
!"#$%'()/{}`*+_?<>
-f 1,2は1フィールド目と2フィールド目を表示します、という意味です。複数フィールド指定の場合はカンマ区切りで指定します。
-d /はスラッシュ(/)を区切り文字とします、という意味です。
この区切り文字により、フィールドが区切られます

ファイルから読み込む
以下のような内容のファイルa.txtがあるとします。

1,java,2000
2,jsp,2000
3,servlet,3000
このようなファイル内容から2番目のフィールドを表示したい場合は

cut -f 2 -d , a.txt
というようにファイル名を指定してcutコマンドを実行します。
結果は以下のようになります。

java
jsp
servlet

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/cut/cut.html on line 98

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/cut/cut.html on line 98

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/cut/cut.html on line 107

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/cut/cut.html on line 107