Created
July 1, 2009 13:58
-
-
Save spectra/138791 to your computer and use it in GitHub Desktop.
Technical versus Non-Technical talks at FISL10
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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