1 2 3 4
#!/bin/bash currentTime=$(date -u '+%s') statement= ...
Bash store string from terminal ...
by bporterfield,
July 08, 2008 05:49,
2 refactorings
I wanted to store things I ...
1
ps ax | grep "nginx: master" | xargs -I % ruby -e 'exec "sudo kill #{"%".split(/\s/).first}"'
Bash kill nginx master proces
hi,
i am not expert on lin...
1 2 3 4
#!/bin/bash for ((i=0;i<=17;i+=1)) do ...
Bash For Loop using Awk
by roxannspencerolsen.blogspot.com,
May 08, 2008 20:38,
1 refactoring
I an working on a script th...
1 2 3 4
SCRIPT="gen_${1}.sql" echo "--gen_${1}.sql" > $SCRIPT typeset -i counter ...
Bash Slow bash for loop.
Here's a quick and dirty ba...
1 2 3 4
#!/bin/bash # Host checker 0.6 # original idea by no0tic ...
Bash Host checker
A simple bash script that s...
1 2 3 4
tab() # new tab from current dir { osascript -e " ...
Bash Open a new tab in current d...
by macournoyer,
October 04, 2007 18:07,
2 refactorings
Here's a small script I wro...
So I use thin to serve my r...