Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
richardschoen authored Dec 28, 2023
1 parent e0e58d4 commit 9695a6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Sample results.

The following example scans ```all source members``` in source file ```QCLSRC``` in library ```MYDEVLIB``` for the following string value: ```monmsg``` and displays the results on screen and to a spool file. Prior to running the command the prompt for the QSHEXEC command is displayed so the user can see the grep command used to scan the selected files.

Ex grep command which is case insensitive (```-i```) and includes line numbers (```-n```) by default:
Example grep command which is case insensitive (```-i```) and includes line numbers (```-n```) by default:
```/usr/bin/grep -i -n "monmsg" /QSYS.LIB/MYDEVLIB.LIB/QCLSRC.FILE/*.MBR```

```
Expand Down

0 comments on commit 9695a6f

Please sign in to comment.