Commit e837529c authored by Guido van Rossum's avatar Guido van Rossum

*** empty log message ***

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