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.
Play 1.2.x で使用される CLASSPATH を実際に直接使用できる形式で取得するにはどうすればよいですか?
play classpath|tr ',' '\n'|tail -n +10|sed -ne "s|^.*'\([^']*\)'.*$|\1|p"|tr '\n' ':'