mhaig / findx

Wrapper to extend the Unix ``find`` command

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

findx - an extended find command.

Installation

Package can be installed via easy_install or pip.

  • Create the binary distribution:

    python setup.py bdist
    
  • Install via pip:

    pip install .
    

or

  • Install via easy_install:

    easy_install .
    

History

Version 0.9.1

  • For portability on BSD-based systems, added local path to command if no path is specified.
  • Updated unit tests.

About

Wrapper to extend the Unix ``find`` command


Languages

Language:Python 98.0%Language:Shell 2.0%