Re: nice troll (was: All this resource-fork AKA multiple stream nonsense)

Alan Cox (alan@lxorguk.ukuu.org.uk)
Tue, 6 Jul 1999 12:09:55 +0100 (BST)


> One could abuse a compound document system to store
> source code, but that would be a lousy idea. Source
> code doesn't have many of the normal document-like
> properties. For example:
>
> There isn't a well-defined and obvious way to print the
> whole thing.

find . -name "(*.[chS]|Makefile|*.dep....)" -exec lpr $* \;

Notice Im also able to finely tune the sections I print, which
a compound single file document would make harder.

Alan

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/