Skip to content

Instantly share code, notes, and snippets.

@spectra
Created July 1, 2009 13:58
Show Gist options
  • Save spectra/138791 to your computer and use it in GitHub Desktop.
Save spectra/138791 to your computer and use it in GitHub Desktop.
Technical versus Non-Technical talks at FISL10
spectra@harad:~$ wget -q -O /dev/stdout http://fisl.softwarelivre.org/10/papers/pub/ | perl -lne '$i++ while m/=.tech_track_[0-9]+/g;END{print $i}'
204
spectra@harad:~$ wget -q -O /dev/stdout http://fisl.softwarelivre.org/10/papers/pub/ | perl -lne '$i++ while m/=.non_tech_track_[0-9]+/g;END{print $i}'
175
spectra@harad:~$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment