Get all imports of Java Project


/ Published in: Bash
Save to your folder(s)



Copy this code and paste it in your HTML
  1. find . -exec grep ^import.*$ {} \;|sort -ui

URL: http://otr4sipcomm.blogspot.com/2009/07/osgi-bouncycastle-round-2.html

Report this snippet


Comments


You need to login to view comments.