Nobuhito Mori
Navigation :
Start:
* 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
End:
* 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
Page:
MENU
INTRODUCTION
RESEARCH
EDUCATION
MEMO
COMPUTER
RESEARCH
ETC
LINK
recent(5)
2021-04-13
Introduction/CV in English
Introduction/CV in Japanese
2021-04-11
Publications/Journal Papers
2021-04-10
Publications/講演・セミナー等
2021-02-20
Publications/原著論文:和文
カスタム検索
Counter
Total : 0
Today : 0
Yesterday : 0
Edit Menu
[
NEW
] [
HELP
]
Site Search
AND
OR