Skip to content

Commit cad4da0

Browse files
committed
update README
1 parent da18545 commit cad4da0

File tree

1 file changed

+21
-5
lines changed

1 file changed

+21
-5
lines changed

execs/README.md

Lines changed: 21 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ PIPE < VMARC MODULE A | deblock cms | > VMARC MODULE A
4848
```
4949

5050
Then:
51-
- Download ``ZVMEXECS.VMARC`` to your workstation.
51+
- Download ``ZVMEXECS.VMARC`` (the link is above) to your workstation.
5252
- Get it to z/VM in binary, either with FTP (using ``bin``, ``quote site fix 80``, then ``put ZVMTOOLS.VMARC``), or using another tool such as ``IND$FILE``.
5353
- Unpack it:
5454

@@ -215,9 +215,7 @@ Syntax:
215215
### DIFF EXEC
216216
The ``DIFF EXEC`` compares two files and shows the results with color.
217217

218-
This is still *alpha* code, especially in regards to getting the lines back in sync.
219-
220-
Here is the help:
218+
- Here is the help:
221219
```
222220
diff -h
223221
Name : DIFF EXEC - compare two files
@@ -229,7 +227,25 @@ Where: flags can be:
229227
V: verbose
230228
```
231229

232-
Here is an example of using it: ... forthcoming ....
230+
- Here is an example of using it:
231+
232+
```
233+
diff MKARCZCT EXEC A MKVMARC EXEC D
234+
2,3c2,3
235+
< /* MKARCZCT EXEC - Create a VMARC file of zvm-community-tools execs */
236+
< /* Usage: MKARCZCT */
237+
---
238+
> /* MKVMARC EXEC - Create a VMARC file of all zvm-tools */
239+
> /* Usage: MKVMARC */
240+
5,5c5,5
241+
< /* Src: https://github.com/openmainframeproject/zvm-community-tools */
242+
---
243+
> /* Source: https://github.com/mike99mac/zvm-tools */
244+
7,7c7,7
245+
< vmarcFile = "ZVMEXECS VMARC A" /* output file */
246+
---
247+
> vmarcFile = "ZVMTOOLS VMARC A" /* output file */
248+
```
233249

234250
<h3 id="grep-exec">GREP EXEC</h3>
235251
The ``GREP EXEC`` searches for patterns in files.

0 commit comments

Comments
 (0)