#!/bin/sh
#] 
#] *********************
#] $ bash "$d_bin"'1_arcArch wrkSpcs.sh'  - archive key files of wrkSpc
# www.BillHowell.ca  21May2025 initial 
# view in text editor, using constant-width font (eg courier), tabWidth = 3


# pinn_arcArch  "$d_bin"'1_arcArch wrkSpcs.sh'
#24************************24




#24************************24
# List of operators, generated with :
# $ grep  "^#]"  "$d_bin"'1_arcArch wrkSpcs.sh' |  sed "s/^#\]/  /"  >"$d_bin"'1_arcArch wrkSpcs.sh'' TblOfCont.txt' 

#




# +--+
# build summary of key points : 
#kp# 
#kp# *********************
#kp# "$d_bin"'1_arcArch wrkSpcs.sh'
#kp# 
# $ grep  "^#kp#"  "$d_bin"'1_arcArch wrkSpcs.sh'  |  sed  's|^#kp#|  |'  >"$d_bin"'1_arcArch wrkSpcs.sh'' TblOfKeyPoints.txt' 
#08********08
# Setup 

source  "$d_bin"'standard header.sh'



#08********08
# code 

#] pWrkSpcL_arcArch											#(pWrkSpcL) archive key files of wrkSpc

	pWrkSpcL_arcArch()
{
	pWrkSpcL="$1"
	while  IFS='' read -9  pth; do
		pinn_arcArch  "$pth"
	done 
}



#08********08
# Procedures -  To run :



#08********08
# run - select one of options

	pWrkSpcL_arcArch  "$"''



# $ bash  "$d_bin"'1_arcArch wrkSpcs.sh'  

# enddoc
