26 October 2007 20:53 -
The question: Can you make a command line that finds the string abcdefg in all files modified between
2007-09-23 07:00 and 2007-09-24 01:00?
And of course I can:
find . -daystart -mmin -$(echo $(date +"%s" -d"$(date +"%Y-%m-%d 0:00)") $(date +"%s" -d"2007-09-23 7:00") - 60 / 1440 + p | dc) -mmin +$(echo $(date +"%s" -d"$(date +"%Y-%m-%d 0:00)") $(date +"%s" -d"2007-09-24 01:00") - 60 / 1440 + p | dc) -exec grep -H abcdefg {} \;
25 October 2007 13:35 -
Since monday I am back from my visit to Dublin. Dublin is a nice city and certainly worth
a visit. Unfortunately I did not have time to explore much more of the country beside Dublin and
its near surroundings. So I will probably go back for a longer visit.
Pictures can be found
here. I
still have to write my own gallery stuff. But it might take a while before I
have time for that.
16 October 2007 08:30 -
Sometimes you notice strange things in your webserver statistics. I.e. the most used keyword to
find the jeroen.se site via google is suprisingly: 192.168.2.254.
12 October 2007 17:03 -
Yesterday the harddisk of astrild.jeroen.se broke down. Unfortunately this also means that
my scanning of bluetooth devices in and around my house has come to a halt.