The easiest way is to use "locate" command for getting the path of a file of which you know the filename.
For example, Imagine that you need a file named as abcd.sh on your linux machine.
For this try the command.
For example, Imagine that you need a file named as abcd.sh on your linux machine.
For this try the command.
locate abcd.sh
Output :
/home/geekybrains/abcd.sh