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.
検索でmacportsというディレクトリを見つけようとしています。パソコンのどこにあるのかわからない。
私は失敗しました
find --mindepth 777 macports
ディレクトリを見つける方法を教えてください。
find / -name macports -type d
試す
find . | grep macports
存在すると思われる親ディレクトリから。システムによっては、試すこともできます
locate macports