Staging
v0.5.1
https://github.com/python/cpython
Revision 05bf280d47774d2247f7cfae969d8a4768d38b4d authored by Guido van Rossum on 20 October 1994, 22:01:38 UTC, committed by Guido van Rossum on 20 October 1994, 22:01:38 UTC
1 parent e6757c2
Raw File
Tip revision: 05bf280d47774d2247f7cfae969d8a4768d38b4d authored by Guido van Rossum on 20 October 1994, 22:01:38 UTC
clarifications
Tip revision: 05bf280
whichlibs
#!/bin/sh
sed -n 's/^\\input{\(lib[a-zA-Z0-9_]*\)}.*/\1.tex/p' lib.tex
back to top