Wednesday 10 February 2016

How to find file in Database

http://dbissues.blogspot.com/2016/02/how-to-find-file-in-database.html

[test@test /]$ locate version.txt

[test@test /]$ find -name version.txt

[test@test /]$ find /usr/share/doc/ -name version.txt

No comments:

Post a Comment