ibmi-brunch-learn

Announcement

Collapse
No announcement yet.

Repace a char string in all files of a given directory

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

  • Repace a char string in all files of a given directory

    If you need to replace a character string in all stream files of a given IFS directory, you may use command IFSTOOL/REPLACE.
    Example:
    IFSTOOL/REPLACE DIR('/myDir') SUBDIRS(*YES)
    ARGUM('In case of need, callme.')
    REPLACE('In case of need, call for support.')
    KEEP(*NO)
    MONITOR(*YES)
    LIST(*YES)
    Parameter MONITOR(*YES) sets you in control of any single change.
    More information at page http://www.easy400.net/ifstool/html/ifstool.htm#C4 .

  • #2
    Looks good, JB. You are a busy boy!

    Comment

    Working...
    X