現在のディレクトリ以下にある、100 MBを超える通常ファイルを検索するコマンドはどれですか?
find . -type f -size +100M
find . -type f -size -100M
find . -type d -size +100M
du . -type f -size +100M