You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Micke Nordin 2ef88b0c0f
Adding regex support via boost xpressive
13 years ago
Makefile Adding regex support via boost xpressive 13 years ago
README Adding regex support via boost xpressive 13 years ago
args.cxx first commit 13 years ago
args.hpp first commit 13 years ago
begin.cxx Adding regex support via boost xpressive 13 years ago
begin.hpp Adding regex support via boost xpressive 13 years ago
main.cxx Adding regex support via boost xpressive 13 years ago

README

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