Menu

Tree [7e3df8] default tip /
 History

Read Only access


File Date Author Commit
 Makefile 2018-11-25 Edgar Pettijohn Edgar Pettijohn [7e3df8] Add a README
 README 2018-11-25 Edgar Pettijohn Edgar Pettijohn [7e3df8] Add a README
 pat.c 2018-11-20 Edgar Pettijohn Edgar Pettijohn [084cad] Fix a pesky seg fault and actually use usage()
 patterns.c 2018-11-13 Edgar Pettijohn Edgar Pettijohn [55155e] Initial commit
 patterns.h 2018-11-13 Edgar Pettijohn Edgar Pettijohn [55155e] Initial commit

Read Me

Installation:

$ tar -xzf pat.tar.gz && cd pat
$ make
# make install

Usage:

pat [-i] "pattern" "string"

Example:

pat %a.. foobar
foo

pat -i
Enter "pattern" "string", Ctrl-D to quit.
%a.. foobar
foo
foo(bar) foobar
bar
^D

For more information on patterns see patterns(7)
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.