qfold
Usage: qfold [-n=N] file.out
Filter out-file or stdout and fold text blocks containing similar lines.
This program is useful for analysis of huge quantum chemical outputs.
Regexp is generated for each line and is compared with the regexp of previous line.
Options:
-debug
-n=10 Doesn't fold text blocks less than 10 lines.
-re=reqexp add user's regexps. Regexp must not contain literal spaces
(use \s instead). Several regexps must be delimited with spaces.
F.e. -re='[\d\s]+([\s-]?\d+\.\d+E[+-]\d+)+' for GAMESS formated groups.
Последняя модификация: Mon Dec 8 18:57:45 2014
Download
Source
|