我執行以下命令:如何「剪輯」find命令的輸出?
find/-type f -name fs-type -exec svnlook tree {} \; |egrep "/$"
結果是
svnlook: Can't open file '/var/lib/svn/repos/b1me/products/payone/generic/code/core/db/fs-type/format': Not a directory
svnlook: Can't open file '/var/lib/svn/repos/b1me/products/payone/generic/code/fees/db/fs-type/format': Not a directory
也許我應該讓find
命令給我的路徑,而不db/fs-type/format
換句話說,我要剪輯的find
輸出。我怎樣才能做到這一點?
可能您可以提供更多關於您想要實現的細節? – khmarbaise 2010-09-20 07:44:26
1.我想找到所有的存儲庫.... 2.我想找到所有存儲庫的整個目錄....注意:執行第一步超過500 repositoy的結果,所以我需要方法來執行第二步容易 – 2010-09-20 09:39:05
重複問題:http://stackoverflow.com/questions/3745744/list-directory-entries-in-the-svn-repository – 2010-09-20 18:36:01