Navigation :
Top / rm
rm
- The added line is THIS COLOR.
- The deleted line is THIS COLOR.
- Go to rm.
- Deleting diff of rm
* rm * rm [#nc1d9ce5] ** 機能 ** 機能 [#r69d4042] ファイルの削除 ** 書式 ** 書式 [#l5a72213] rm [-rfpv] target destination ** 使用例 ** 使用例 [#ne23fb66] rm -r -f test ** オプション ** オプション [#o6fd7699] - -r --サブディレクトリーも含んで再帰的に削除 - -f --強制削除,[y/n]を聞かない * 特定のファイルを再帰的に削除 [#wc26534e] rmとfindを組み合わせる find /home/mori/ -type f -name *.html -print | xargs rm -f