In a Unix environment, you need to find a specific file in a given directory. Let say the file name is “incr.sh”. You are absolutely sure that there is a file name in your system, but you already forget where is it locations.

You can use tools find and you can use that command like i did.

base25 /wh/bbm 122 > find . -name ‘incr.sh’ -print