How to expand a cvs module and list all folders.
Submitted by luke on Wed, 2008-07-16 23:18
cvs ls ${modulelist} 2> ${modulelist}.txt
cat ${modulelist}.txt | awk 'BEGIN { FS = ": " } ; { print $2 }'
»
- luke's blog
- Login or register to post comments
