evdscan:
usage: evdscan [-n ARG] [-d ARG] [-p ARG] [-o ARG] [-v ARGs] file(s)
file(s) Input file(s) you want to scan.
script is put into the directory specified by "-o"
-n [events] number of events to run
-d [number] number of displays on the canvas. Possible options are 2,
3, 4, 9
-p [ps/eps] create eps file
-o [dir] directory where event and log file are to be placed
-v [version] Offline version. It defaults to the "current" version.
and run it as
evdscan -n
to get one event from /cdf/scratch/loginov/jg021cb9.0001bot0
evdscan -n 1 /cdf/scratch/loginov/jg021cb9.0001bot0
to find created ps/eps files do:
ls -altr *.ps *.eps
for options run
evdscan -h
|