Skip to content

find

Cheatsheet⚑

List files larger than⚑

find . -type f -size +100M

Options⚑

Types⚑

  • Find only directories: -type d

stackexchange-unix