Montag, 12. Oktober 2009

Downloading all jars from a jnlp file

$ grep "jar href" Repository.jnlp | awk '{print $2}' | cut -c 7- | awk '{printf "\"http://server:port/rep/%s\n", $1}' | xargs wget

can surely be done using only awk or a text editor...

Keine Kommentare:

Kommentar veröffentlichen

Follower