Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ディレクトリLOGを持つ問題があります。非常に多くのファイルとディレクトリが存在します。PSで始まるファイルを見つけて削除したい。ただし、サブディレクトリをチェックするべきではありません。
オプションfindでツールを 使用:maxdepth
find
maxdepth
find LOG-PATH -maxdepth 1 -regextype "posix-egrep" -regex '.*/PS.*' -type f -exec rm {} \;
For example, I have a class that says
public class KeyList extends Vector<Object> { }
but it never specifically creates a new Vector of any kind. This is part