five orders about finding files
2017-10-31 本文已影响0人
zzjack
ori url:http://www.ruanyifeng.com/blog/2009/10/5_ways_to_search_for_files_using_the_terminal.html
find & locate
find and locate is used to find files
find [directory] [-name] [regexp]
whereis
whereis is used to find program of binary files
which
which is used to vertify if command was existed and display the path