[dev] print utility

From: Calvin Morrison <mutantturkey_AT_gmail.com>
Date: Sat, 30 Mar 2013 21:28:37 -0400

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

This archive was generated by hypermail 2.3.0 : Sun Mar 31 2013 - 03:36:05 CEST