X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/8dbe2058fb2e5717d3077dbaf890d3919405697e..7443f247a00f13393a24db9c3394865d95c3c934:/tools/doxygen/list_routing_models_examples.sh diff --git a/tools/doxygen/list_routing_models_examples.sh b/tools/doxygen/list_routing_models_examples.sh index 2d5f13cbb2..a239337548 100755 --- a/tools/doxygen/list_routing_models_examples.sh +++ b/tools/doxygen/list_routing_models_examples.sh @@ -2,11 +2,13 @@ cd $(dirname $0)/../../ +export LC_ALL=C + # -R -- we want to search recursively # -l -- only filenames, nothing else # $1 -- argument to this script, name of the routing model (e.g., "Floyd") # . -- search in the examples folder and search EVERYTHING -# --include -- but only include results that end in ".xml" -grep -R -l "$1" examples/ --include "*.xml" +# --include -- but only include results that end in ".xml" +grep -R -l "$1" examples/ --include "*.xml" | sort exit 0