2010-07-02 112 views

回答

2

添加-type d測試:

find /tmp -type d -regex ".*some_dir" 
1

如果我理解正確你的問題:

find /tmp -regex "some_dir" -type d