Saturday, 27 January, 2018

Since other people have been posting little programs they've written on
their phlogs (and because I don't have much else to say) I thought I'd
do the same. Here's the one line of code that makes my gophermap:

ls -1r ??? | while read i ; do echo -e "0`head -n 1 $i`\t$i\n" ; done