2016-09-09 64 views

回答

1

你可以試試這個:

find . -maxdepth 1 -name "test" -print 

find . -type f -name "*test*" 
相關問題