No description
Find a file
2014-11-19 21:33:56 +01:00
docs docs 2013-01-27 17:20:01 +01:00
src Adding options parser more more intelligent version comming up 2014-11-19 21:33:56 +01:00
aclocal.m4 general fixin' 2013-01-27 18:12:57 +01:00
AUTHORS fixing COPYRIGHT-file 2011-12-23 13:11:18 +01:00
ChangeLog adding support for autoconf/automake 2011-12-30 20:33:17 +01:00
config.h general fixin' 2013-01-27 18:12:57 +01:00
config.h.in remove unneccesare files 2013-01-27 16:26:24 +01:00
configure remove unneccesare files 2013-01-27 16:26:24 +01:00
configure.ac re adding configure.ac 2013-01-27 16:57:41 +01:00
COPYING adding support for autoconf/automake 2011-12-30 20:33:17 +01:00
depcomp general fixin' 2013-01-27 18:12:57 +01:00
INSTALL adding support for autoconf/automake 2011-12-30 20:33:17 +01:00
install-sh adding instal-sh 2013-01-27 16:54:36 +01:00
Makefile.am general fixin' 2013-01-27 18:12:57 +01:00
Makefile.in general fixin' 2013-01-27 18:12:57 +01:00
missing general fixin' 2013-01-27 18:12:57 +01:00
NEWS adding support for autoconf/automake 2011-12-30 20:33:17 +01:00
README Update README 2013-01-02 16:18:03 +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

On debian do:

apt-get install libboost-regex-dev

before installation

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