0

I do not know what to use as the title for this question, but here is what I am looking for:

I find myself using the command below very often to find files within a subdirectory:

$ find ./ -type d -iname "*FILE*"

One way is to create a bash script with an argument and put it somewhere (e.g., /usr/bin).

But on some systems which I may not access those folders or maybe can not change the path,

Is there a way to create an alias?

DEKKER
  • 948
  • 8
  • 20

0 Answers0