Gang, 
do we have direct access to the Wiki files??

I would like to once and for all clean up the {{{ }}} issue, with this little 
script

for FILE in `ls .` ; do cat $FILE | sed -r 's/^\{\{\{(.*)\}\}\}$/\1/' 
>~tmpWiki ; mv ~tmpWiki $FILE ; done

Niclas


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to