Differences between revisions 5 and 6
Revision 5 as of 2016-02-24 11:23:42
Size: 418
Editor: tcampb
Comment:
Revision 6 as of 2016-02-24 11:48:08
Size: 422
Editor: tcampb
Comment:
Deletions are marked like this. Additions are marked like this.
Line 29: Line 29:
mv typescript log/typescriptCleanSetup mv typescript typeLog/typescriptCleanSetup

BLOCK-1A (Clean Setup)

Adapted from DL

cd /SPC_Test/F3C-Quality/
script
date
pwd
ls -l

rsync -hapvP ../F3-base/orig .
rsync -hapvP ../F3-base/base .
mv base/IMAGEFILES/README base/
rsync -hapvP ../F3-base/ORex .

cd orig/
rm PICTLIST.TXT
rm DATA
ln -s ../ORex/DATA DATA
cd ..

ls -l orig/
ls -l base/SHAPEFILES/

date
exit

mv typescript typeLog/typescriptCleanSetup

F3CBLOCK-1A (last edited 2016-02-26 11:19:09 by tcampb)