Comrades,
I just spend about fifteen minutes writing this little tool that I call print:
http://mutantturkey.com/print/
All it does is print the specified line from a file.
example usage:
$ print constitution.txt 1
We the People of the United States, in Order to form a more perfect Union,
$ print print.c 1
#include <stdio.h>
todo:
pipe from standard input
What do you guys think of the tool? Of the code? It does one thing and
one thing well.
Calvin
Received on Sun Mar 31 2013 - 03:28:37 CEST