hi all here is a small cool script to find out which files are checked out. goto tomcat-5.0.28-8080/webapps/lenya/lenya/pubs/default/content/rcml
and then type: for i in $(find . -name \*.rcml); do nl -s ":" $i|grep " 3:<CheckOut"; if [ $? -eq 0 ]; then echo $i; fi ;done thanks very much to gregor imboden! HTH simon -- Simon Litwan [EMAIL PROTECTED] Wyona Inc. - Open Source Content Management - Apache Lenya http://www.wyona.com http://lenya.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
