Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 449 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 449 Bytes

eXtended UNIX Text-Processing Tools - Getting Started

Hop on a command line and try these commands out!
I have been using Python 2.7.1 on Mac OS X.

  1. bash-3.2$ source ./config/xutools.env // Set your PATH and PYTHONPATH
  2. bash-3.2$ make test // All tests should pass.
  3. bash-3.2$ groff -man -Tascii doc/man1/xugrep.1 // Read the manpages and try the examples therein