#!/bin/bash # # This file is a part of NOALYSS under GPL # Author D. DE BONTRIDDER danydb@aevalys.eu cat < $DOC/list_function.html find $DOC/globals_func*.html | xargs awk '/

/,/\/ul/ { print $0; }' >> $DOC/list_function.html cat $DOC/list_function.html > $DOC/globals_func.html [ $? -eq 0 ]&&echo "********************** DONE ***************"