1,4 → 1,20 |
#! /usr/bin/env python3 |
# ============================================================================= |
# Create |
# name : Andre Rikkert de Koe date: Apr 2011 |
# descr : filefind |
# This is a demo of programming in the Python language. |
# Its part of a project to implement a program to create a directory |
# tree similar to the output of the Unix find program. |
# EUID : Any user who has read access to all the files being searched for. |
# run : interactive |
# |
# Changes |
# name : date: |
# descr : short description |
# |
# ============================================================================= |
|
import sys |
import os.path |
|