Gosh! I'm really trying this time, but even though I'm putting effort and perseverance it still seems I can't get it. Why is there always something that keeps me away from achiving my objectives? The sad side is that the real problem is nothing else but me myself. The deadline is not there yet, but it gets closer by the minute...
Melancholic time...
This is my blog, where I write down all the stuff that moves in my mind. Read the first entrance for a welcome post ;)
Tuesday, November 18, 2008
Sunday, November 2, 2008
Bash for example
Recently I've had to deal with bash regulary, but I keep forgetting the "for" syntax on bash. I've thought a good place to keep an example would be the blog. Here it is then:
for i in $(seq 1 100); do java -classpath classes pcusr78.practica1.Principal ; done
The sentence just executes a hundred times a small java program I've been working on for university. Hope it helps someone else!
Damnshock
for i in $(seq 1 100); do java -classpath classes pcusr78.practica1.Principal ; done
The sentence just executes a hundred times a small java program I've been working on for university. Hope it helps someone else!
Damnshock
Subscribe to:
Posts (Atom)