This is a good book written by ESR. The original URL is http://www.catb.org/~esr/writings/taoup/html/.
I made a plucker version of this book. It is placed at here. Fell free to fetch it. :)
There are many unicode characters in original HTMLs that plucker converts them into weird characters. I've used a tiny perl script (which is appended at the end of this follow up) to convert them into more readable characters, and re-converted the plucker database. Please download the plucker database again if you see this.
The chapter links (Prev, Up, Next) are working now, and the book is much more readable. Enjoy this good book.
perl -pi -e ' \
s/\xa0/ /g; \
s/‘/chr(96)/ge; \
s/’/'/g; \
s/—/--/g; \
s/“/chr(96).chr(96)/ge; \
s/”/''/g; \
s/–/-/g; \
s/−/-/g; \
s/
/ /g; \
' *.html
Oops! What am I gonna do with my paperback copy? :Q
由 PowerOp 於 2004-06-01 10:44:19 所發表PowerOP:
You can give it to me as a present. XD
/me flee in light speed~~~
由 plasma 於 2004-06-01 10:46:39 所發表http://svn.ntcu.net/~plasma/plucker/ArtOfUnixProgramming.image.pdb is a version with image. The image is encoded as 8 bpp, so the filesize is quite large (about 2M).
Enjoy.