How to use find command in Linux/Unix?

Below are the ways to use find command in linux/unix
Find files using file-name ( case in-sensitve find)
find -iname "MyCProgram.c"
Find all empty files in home directory
find ~ -empty
Find files bigger than the given size
find ~ -size +100M
Post a Comment (0)
Previous Post Next Post

Recent Posts