Agefiles: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

21 July 2010

30 July 2008

4 April 2008

  • curprev 00:1900:19, 4 April 2008Brianegge talk contribsm 983 bytes +983 New page: My script to delete old files <geshi lang="ruby"> #!/bin/env ruby require 'find' require 'optparse' dryrun = false args = OptionParser.new do |opts| opts.banner = "Usage: #{$0} [opti...