Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
Micke Nordin 3b9bf3b73a
Update readme
il y a 2 ans
docs Update man page il y a 2 ans
src Bzip2 support il y a 2 ans
.gitignore git ignore il y a 2 ans
AUTHORS Fix authors il y a 2 ans
COPYING adding support for autoconf/automake il y a 13 ans
ChangeLog adding support for autoconf/automake il y a 13 ans
Readme.md Update readme il y a 2 ans
meson.build Update man page il y a 2 ans

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]