Manual Reference Pages  - genplots (1)


NAME

genplots - processes specified or found gnuplot command files

CONTENTS

Arguments
Author
Called By
Description
Documented Version
Exit Status
Options
Permissions
Rcs Information
Rcs.sh Version
Synopsis
Warning(s)

DOCUMENTED VERSION

1.7 - 2007/06/25 21:58:26

SYNOPSIS

genplots [-d dir] [-s sec] [-x]* [-X]* [ -a | {filelist}*]

DESCRIPTION

Script to generate all or specified gnuplot command files in a directory.

ARGUMENTS

    {filelist}* zero or more gnuplot command files to process (default=today’s *cmnd* file(s) in the current or specified directory)

OPTIONS

-a process all gnuplot command files in the current or specified directory (default=today’s *cmnd* file(s))
-d dir process gnuplot command files in the specified directory (default=. if filelist==null)
-s sec sleep specified number of seconds (for use by cron to so if same minute start time is used, other processing will finish before this processing is done)
-x does ’set -x’ (may be used in functions and external script calls) (see DIAGNOSTICS below)
-X sets debugging level--the number of times -X is specified" (see DIAGNOSTICS below)

RCS.SH VERSION

00010

RCS INFORMATION

$Id: genplots,v 1.7 2007/06/25 21:58:26 earneson Exp $
$Author: earneson $
$Date: 2007/06/25 21:58:26 $
$Revision: 1.7 $
$Source: /Users/cvs/scripts/all/Users/earneson/bin/genplots,v $
$State: Exp $

PERMISSIONS

rwxr-xr-x userUID staff

WARNING(S)

40 - The localize script could not be found. Global machine settings can not be set.

EXIT STATUS

51 - An unknown option was passed to the script, or syntax of the parameters is wrong.
51 - Unknown option >$errflag<
52 - You must specify one or more gnuplot command files or, 1 or more files containing ’cmnd’ must exist in the current directory
53 - The argument for -d does not appear to be a directory >$OPTARG
54 - Can not find gnuplot
56 - The USAGE was requested using -z or -?.

CALLED BY

    /Users/earneson/bin/sarplotcpu

AUTHOR

Edwin Arneson


\\$4  genplots (1) EJA UTILITY
Generated by manServer 1.07 from genplots.1 using man macros. With tweaks by Edwin Arneson.