No description
Find a file
2011-12-23 13:01:58 +01:00
begin.cxx adding some comments 2011-12-23 13:01:58 +01:00
begin.hpp clean up and adding support to read from files 2011-12-23 12:59:08 +01:00
main.cxx clean up and adding support to read from files 2011-12-23 12:59:08 +01:00
Makefile clean up and adding support to read from files 2011-12-23 12:59:08 +01:00
README Adding regex support via boost xpressive 2011-12-23 12:43:08 +01:00

This is a free implementation of the Cisco ios/asa/catalyst output modifier "begin" released under GNU GPL v.2 or any later version.

http://www.cisco.com/en/US/docs/ios/preface/usingios.html#wp1012384

DEPENDENCIES
This program depends on boost/xpressive header only library. On RedHat(-ish) systems do:

yum install boost-devel

before installation

INSTALLATION
git clone git://github.com/mickenordin/begin.git
cd begin
make
make install