Here is a simple search utility i wrote in python.it makes use of the modules os,os.path and re for the surfing through the filesystem and to match the files.The name of the file to find is given as an argument,ie
python search <filename_u_want_to_find>
It uses sys.argv to acces the arguments given.give ‘–help’ as an argument to display [...]
Posts Tagged ‘re’
Simple Search Utility in Python
Posted in My_Works, tagged os.path, Python, re, search utility on January 14, 2009 | Leave a Comment »

