您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
Micke Nordin 3b9bf3b73a
Update readme
2 年前
docs Update man page 2 年前
src Bzip2 support 2 年前
.gitignore git ignore 2 年前
AUTHORS Fix authors 2 年前
COPYING adding support for autoconf/automake 12 年前
ChangeLog adding support for autoconf/automake 12 年前
Readme.md Update readme 2 年前
meson.build Update man page 2 年前

Readme.md

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]