No description
Find a file
2022-07-04 22:14:48 +02:00
docs Update man page 2022-07-04 14:30:53 +02:00
src Bzip2 support 2022-07-04 14:04:14 +02:00
.gitignore git ignore 2022-07-04 14:07:54 +02:00
AUTHORS Fix authors 2022-07-04 14:11:32 +02:00
ChangeLog adding support for autoconf/automake 2011-12-30 20:33:17 +01:00
COPYING adding support for autoconf/automake 2011-12-30 20:33:17 +01:00
meson.build Update man page 2022-07-04 14:30:53 +02:00
Readme.md Update readme 2022-07-04 22:14:48 +02:00

begin

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

Cisco output modifiers manual

DEPENDENCIES

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

yum install boost-devel

On debian do:

apt-get install libboost-regex-dev libboost-iostreams-dev

before installation

INSTALLATION

git clone https://code.smolnet.org/micke/begin.git
cd begin
meson build
ninja -C build
sudo ninja -C build install

USAGE

begin [-z|-j] <regex> [filename]