From 379c2c17e68d5d471a6a9673b7e9cd1fb9d99bbb Mon Sep 17 00:00:00 2001 From: 53hornet <53hornet@gmail.com> Date: Sat, 2 Feb 2019 22:59:54 -0500 Subject: Init. --- pgm2/p2test/d1/a.out | Bin 0 -> 10766 bytes pgm2/p2test/d1/f1 | 11 +++++++++++ pgm2/p2test/f1 | 1 + pgm2/p2test/f2 | 3 +++ pgm2/p2test/f3 | 2 ++ pgm2/p2test/grepout | 6 ++++++ 6 files changed, 23 insertions(+) create mode 100644 pgm2/p2test/d1/a.out create mode 100644 pgm2/p2test/d1/f1 create mode 100644 pgm2/p2test/f1 create mode 100644 pgm2/p2test/f2 create mode 100644 pgm2/p2test/f3 create mode 100644 pgm2/p2test/grepout (limited to 'pgm2/p2test') diff --git a/pgm2/p2test/d1/a.out b/pgm2/p2test/d1/a.out new file mode 100644 index 0000000..c1ea1d0 Binary files /dev/null and b/pgm2/p2test/d1/a.out differ diff --git a/pgm2/p2test/d1/f1 b/pgm2/p2test/d1/f1 new file mode 100644 index 0000000..3d3d722 --- /dev/null +++ b/pgm2/p2test/d1/f1 @@ -0,0 +1,11 @@ +this file has +lots of +lines +but +only a three lines have a "the" in them + +several other words +are here + +another paragraph without a match +I believe diff --git a/pgm2/p2test/f1 b/pgm2/p2test/f1 new file mode 100644 index 0000000..eeec7c2 --- /dev/null +++ b/pgm2/p2test/f1 @@ -0,0 +1 @@ +this is a one-line file diff --git a/pgm2/p2test/f2 b/pgm2/p2test/f2 new file mode 100644 index 0000000..0e029cc --- /dev/null +++ b/pgm2/p2test/f2 @@ -0,0 +1,3 @@ +Several lines in this one. +Want to see the and, by implication, there. +THere might work too. diff --git a/pgm2/p2test/f3 b/pgm2/p2test/f3 new file mode 100644 index 0000000..abd9f9e --- /dev/null +++ b/pgm2/p2test/f3 @@ -0,0 +1,2 @@ +this is a one-line file +thethea diff --git a/pgm2/p2test/grepout b/pgm2/p2test/grepout new file mode 100644 index 0000000..2f9cec5 --- /dev/null +++ b/pgm2/p2test/grepout @@ -0,0 +1,6 @@ +./f2:2:Want to see the and, by implication, there. +./f2:3:THere might work too. +./d1/f1:5:only a three lines have a "the" in them +./d1/f1:7:several other words +./d1/f1:10:another paragraph without a match +./f3:2:thethea -- cgit v1.2.3