Linux find command

2 comments

Linux command to find files / directories .

find . -name "WhatYouWant" -print

2 comments on “Linux find command”

  1. Dear colleague,

    Good tip.

    My 2 cents: The “-iname” option, instead of “-name”, is very useful when you need to search word(s) and you don’t know whether they were written in uppercase and lowercase.

    Like

Leave a comment