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.
我使用下面的命令在整个目录中运行 jdeps。但是,如果有多个同名的 JAR,它似乎会覆盖点输出文件。
find . -name '*.jar' -exec jdeps -dotoutput . -jdkinternals {} \;