miércoles, enero 30, 2008

Todays Links

Linux Command Directory
oreillynet Linux Command Directory: Index
ss64 Linux Command Directory

Grails
Mastering Grails: Build your first Grails application
From Java to Groovy in a few easy steps

martes, enero 29, 2008

sábado, enero 19, 2008

lunes, enero 14, 2008

JAR Search Bash Script

jarsearch

for i in `find . -type f -name "*.jar"`;
do (/opt/WebSphere/AppServer/java/bin/jar tf $i | grep $1) && echo $i;done



#jarsearch WebSphereRuntimePermission