From: Christian Weiske Date: Tue, 28 May 2019 12:15:06 +0000 (+0200) Subject: (no commit message) X-Git-Url: https://git.cweiske.de/paste/622.git/commitdiff_plain/ce52489f20f427dced25e987d12ec1b4f847a139 --- diff --git a/z-create-list.sh b/z-create-list.sh new file mode 100644 index 0000000..b97e500 --- /dev/null +++ b/z-create-list.sh @@ -0,0 +1,2 @@ +$ find vendor/ -name '*.php'|sed -e 's#^.*/##' -e 's#.php##' > files +$ awk '{ print length(), $0 | "sort -rn" }' files \ No newline at end of file