1 #!/bin/bash 2 3 for i in $(find -iname ./ "*.java") 4 do 5 echo $ 6 done
skip (last edited 2019-01-01 16:37:52 by scot)