All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Variables
sbndpoms_caf_concatenation.sh File Reference

Go to the source code of this file.

Variables

 WORKDIR
 
do case in h help show_help exit
 
defname if["$2"] then DEFNAME
 
outdir if["$2"] then OUTDIR
 
size if["$2"] then MAXSIZE
 
flatten FLATTEN
 
clean CLEAN
 
*break esac done if[-z"$DEFNAME"]
then echo 
ERROR
 

Variable Documentation

clean CLEAN
Initial value:
=true
shift
Definition: fcl_checks.sh:26

Definition at line 61 of file sbndpoms_caf_concatenation.sh.

defname if [ "$2" ] then DEFNAME
Initial value:
="$2"
else
echo "$0 ERROR: defname requires a non-empty option argument."
exit 1
shift
Definition: fcl_checks.sh:26
then shift fi

Definition at line 19 of file sbndpoms_caf_concatenation.sh.

* break esac done if [ -z "$DEFNAME" ] then echo ERROR

Definition at line 63 of file sbndpoms_caf_concatenation.sh.

do case in h help show_help exit

Definition at line 15 of file sbndpoms_caf_concatenation.sh.

flatten FLATTEN
Initial value:
=true
shift
Definition: fcl_checks.sh:26

Definition at line 57 of file sbndpoms_caf_concatenation.sh.

size if [ "$2" ] then MAXSIZE
Initial value:
="$2"
else
echo "$0 ERROR: size requires a non-empty option argument."
exit 1
shift
Definition: fcl_checks.sh:26
then shift fi

Definition at line 49 of file sbndpoms_caf_concatenation.sh.

outdir if [ "$2" ] then OUTDIR
Initial value:
="$2"
else
echo "$0 ERROR: outdir requires a non-empty option argument."
exit 1
shift
Definition: fcl_checks.sh:26
then shift fi

Definition at line 39 of file sbndpoms_caf_concatenation.sh.

workdir if [ "$2" ] then WORKDIR
Initial value:
="/pnfs/sbnd/scratch/$USER/mcp"
OUTDIR="/pnfs/sbnd/persistent/$USER/mcp"
MAXSIZE=1000000000
while :
then OUTDIR
size if["$2"] then MAXSIZE

Definition at line 5 of file sbndpoms_caf_concatenation.sh.