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/rm/rm.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/rm/rm.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/rm/rm.html on line 2
rm | 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/rm/rm.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/rm/rm.html on line 17
rm
rmはファイルを削除するコマンドです。
ファイルを削除するには
rm ファイル名
というようにファイル名を指定して削除します。この時、ファイル名にワイルドカードが指定できます。
例えば、a.txtとb.txtを削除したい場合、以下のように実行します。

rm ?.txt
または、普通に

rm a.txt b.txt
というように複数ファイルを指定しても削除できます。

rm -i
-iオプションを使用すると、削除する時に確認されるようになります。
今a.txtというファイルを削除したいとします。
以下のように実行すると

rm -i a.txt
と実行すると、削除する時に確認を求められ、削除するのであればyと入力しEnterを押すと削除が出来ます。

ディレクトリごと強制削除
ディレクトリごと強制削除するには

rm -rf ディレクトリ名
とします。このようにすると、ディレクトリ内にサブディレクトリが存在していても警告なしで無関係に全部削除します。
警告を出したい場合は

rm -ri ディレクトリ名
とします。

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

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

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/rm/rm.html on line 115

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/rm/rm.html on line 115