Staging
v0.5.1
https://github.com/python/cpython
Revision 9274e2d0e9a07c20a9ee8ab8e79e7d0d037615c0 authored by Guido van Rossum on 26 April 1994, 07:35:17 UTC, committed by Guido van Rossum on 26 April 1994, 07:35:17 UTC
1 parent 0ec5c5d
Raw File
Tip revision: 9274e2d0e9a07c20a9ee8ab8e79e7d0d037615c0 authored by Guido van Rossum on 26 April 1994, 07:35:17 UTC
Improved guesswork by Tim for continuations where the open bracket
Tip revision: 9274e2d
whichlibs
#!/bin/sh
sed -n 's/^\\input{\(lib[a-zA-Z0-9_]*\)}.*/\1.tex/p' lib.tex
back to top