source: branches/irods-mockup/tools/GaussView/get_chk.awk @ 118

Revision 118, 161 bytes checked in by pkopta, 12 years ago (diff)
  • Property svn:executable set to *
Line 
1/^%chk=.+/      {
2                               
3                                full_path = substr($0, 6);
4                                printf "%s", full_path;
5                                #if ($0 ~ /%chk=(.*)(^[^\]+\.chk)$/) {
6                                #}
7                               
8                                #print $0;
9                        }
Note: See TracBrowser for help on using the repository browser.