Entering edit mode
6.6 years ago
dllopezr
▴
130
Hi everyone
I need to locate a blast local database that was created on s server long time ago, but i don't know what is it extension or how it looks if I see it through more command.
How I can find this file?
It may be better to extend that across the entire file system since OP does not know where the files are.
In this case, it is better to redirect stderr to /dev/null, or the screen will be flooded with "permission denied" messages:
Another option is to use some find magic to avoid searching over files / dirs where one doesn't have permission:
Reference: How do I remove “permission denied” printout statements from the find program?
thanks for your help. If I want to make blast vs this local database, which of these files I must use?
You will use the
basename
of the file. e.g. if file is callednt.phr
then you will usent
.