|
Last change
on this file since 689 was 611, checked in by torrento, 14 years ago |
|
Add pic analysis files and emptydir function for proc_specmfib
|
-
Property svn:executable
set to
*
|
|
File size:
423 bytes
|
| Line | |
|---|
| 1 | #!/bin/sh -xvf
|
|---|
| 2 | #Basic tuning of system fuction used.
|
|---|
| 3 | AWK=/bin/awk
|
|---|
| 4 | SED=/bin/sed
|
|---|
| 5 | GREP=/bin/grep
|
|---|
| 6 | WC=/usr/bin/wc
|
|---|
| 7 | RM=/bin/rm
|
|---|
| 8 | CAT=/bin/cat
|
|---|
| 9 | TOUCH=/bin/touch
|
|---|
| 10 | DATE=/bin/date
|
|---|
| 11 | ECHO=/bin/echo
|
|---|
| 12 | LS=/bin/ls
|
|---|
| 13 | MKDIR=/bin/mkdir
|
|---|
| 14 | TR=/usr/bin/tr
|
|---|
| 15 | FIND=/usr/bin/find
|
|---|
| 16 | PRINTF=/usr/bin/printf
|
|---|
| 17 | XARGS=/usr/bin/xargs
|
|---|
| 18 | SORT=/bin/sort
|
|---|
| 19 | QSUB=qsub
|
|---|
| 20 |
|
|---|
| 21 | DefaultIFS=$' \t\n'
|
|---|
| 22 | IFS=$DefaultIFS
|
|---|
| 23 |
|
|---|
| 24 | dir=`pwd`
|
|---|
| 25 | listoffiles=`$FIND $dir -type f | $WC -l `
|
|---|
| 26 | echo "$listoffiles"
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.