Awk
How to expand a cvs module and list all folders.
Submitted by luke on Wed, 2008-07-16 23:18cvs ls ${modulelist} 2> ${modulelist}.txt
cat ${modulelist}.txt | awk 'BEGIN { FS = ": " } ; { print $2 }'
Accessdataonline.comTechnology and how to use it. |
|
User loginNavigation |
AwkHow to expand a cvs module and list all folders.Submitted by luke on Wed, 2008-07-16 23:18cvs ls ${modulelist} 2> ${modulelist}.txt |
Links to Local and cool web sites. |