Search results

  1. C

    Unix command; file search

    Hello Dave, perhaps this is what you´re looking for. Most the same but a bit smaller... /*----*/ def var fname as char. input through value("ls /nfs2"). repeat: import fname. if fname begins "Int6_" then /* your logic */. end. input close. Clark
Back
Top