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/cat/cat.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/cat/cat.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/cat/cat.html on line 2
cat | 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/cat/cat.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/cat/cat.html on line 17
cat
catコマンドは、指定したファイル内を参照するコマンドです。
使用方法は

cat test1.txt
というように実行するとtest1.txtを表示します。
但し、catコマンドでは、ファイル内を一気に表示するため、大きいファイルの場合、ファイルの先頭部分を見ることが出来なかったりします。

ただ単に、catと入力すると、標準入力から入力待ち状態となります。

catコマンドでファイル作成
catコマンドでファイルを作成することが出来ます。
catを実行すると標準入力待ちとなりますので、キーボードから入力されたキーストロークをそのままファイルにリダイレクトすることによってファイル作成が出来ます。
以下のように実行します。

cat > a.txt
この後、標準入力待ちとなるため、キーボードから入力し、入力し終わったら ctrl + d でファイル作成を終了します。
これでカレントディレクトリにa.txtというファイルが作成されます。

ファイルを連結
catコマンドではファイルを連結し、別ファイルを作成することが出来ます。
a.txtとb.txtというファイルがあるとします。
このファイルを連結するには

cat a.txt b.txt < c.txt
とします。するとc.txtにはa.txtの次にb.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/cat/cat.html on line 97

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/cat/cat.html on line 97

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/cat/cat.html on line 106

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/cat/cat.html on line 106