ibmi-brunch-learn

Announcement

Collapse
No announcement yet.

Grep A Member.

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Grep A Member.

    Is there a way to use grep to get a string from a specific member? EXAMPLE: grep -i CALL DEVLIB/QCLLESRC(MYCLLE)

  • #2
    Re: Grep A Member.

    For grep, you'd need to use the IFS naming format:
    Code:
    grep -i CALL /qsys.lib/DEVLIB.lib/QCLLESRC.file/MYCLLE.mbr
    Tom

    There are only two hard things in Computer Science: cache invalidation, naming things and off-by-one errors.

    Why is it that all of the instruments seeking intelligent life in the universe are pointed away from Earth?

    Comment

    Working...
    X