Varying emptiness

Report a typo

Match the commands given below with their respective results.

Match the items from left and right columns
$ find / -empty -type d
$ find / -empty
$ find /empty -type f
$ find /empty -name "empty"
$ find /empty -size -5M
find every empty directory in the system
find all files and directories smaller than 5 mebibytes in the "empty" directory and its subdirectories
find all files and directories with the name "empty" in the "empty" directory and its subdirectories
find all files in the "empty" directory and its subdirectories
find every empty directory and file in the system
___

Create a free account to access the full topic