Commit 41ffccbb authored by Guido van Rossum's avatar Guido van Rossum

*** empty log message ***

parent 9db0c1f7
#! /usr/local/python
#! /usr/local/bin/python
# Factorize numbers.
# The algorithm is not efficient, but easy to understand.
......
#! /usr/local/python
#! /usr/local/bin/python
# Like mkdir, but also make intermediate directories if necessary.
# It is not an error if the given directory already exists (as long
......
#! /usr/local/python
#! /usr/local/bin/python
# Print digits of pi forever.
#
......
#! /usr/local/python
#! /usr/local/bin/python
# Print prime numbers in a given range
......
#! /usr/local/python
#! /usr/local/bin/python
# Print the product of age and size of each file, in suitable units.
#
......
#! /ufs/guido/bin/sgi/python
#! /usr/local/python
#! /usr/local/bin/python
# Check that all ".pyc" files exist and are up-to-date
# Uses module 'os'
......
#! /usr/local/python
#! /usr/local/bin/python
# Copy one file's atime and mtime to another
......
#! /usr/local/python
#! /usr/local/bin/python
# Format du output in a tree shape
import os, string, sys
......
#! /usr/local/python
#! /usr/local/bin/python
# eptags
#
......
#! /usr/local/python
#! /usr/local/bin/python
# findlinksto
#
......
#! /usr/local/python
#! /usr/local/bin/python
# Read #define's from stdin and translate to Python code on stdout.
# Very primitive: non-#define's are ignored, no check for valid Python
......
#! /usr/local/python
#! /usr/local/bin/python
# linktree
#
......
#! /usr/local/python
#! /usr/local/bin/python
# Find symbolic links and show where they point to.
# Arguments are directories to search; default is current directory.
......
#! /usr/local/python
#! /usr/local/bin/python
# ptags
#
......
#! /usr/local/python
#! /usr/local/bin/python
# suff
#
......
#! /usr/local/python
#! /usr/local/bin/python
# Variant of "which".
# On stderr, near and total misses are reported.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment