in8snotes

This portion of my site is powered by Blosxom. Blosxom is a perl script whose functionality here is extended through several plugin scripts in order to dynamically assemble a multitude of separate plain text files stored in a directory tree on the server into a cohesive, dated and RSS enabled weblog. Now in daily (r)sync with the directories on Nate's Powerbook.




blosxom
categorytree plugin
blox plugin
calendar plugin - currently offline!
find plugin
breadcrumbs plugin



       
Return to in8sworld.net


Recursively set date on files

find . -exec touch -t 201010310000 {} \;
(This sets to Oct 31, 2010)

Last saved: 05/30/2010
Links: /computers/unix / setfiledate.txt