(no commit message)
[paste/622.git] / z-create-list.sh
1 $ find vendor/ -name '*.php'|sed -e 's#^.*/##' -e 's#.php##' > files\r
2 $ awk '{ print length(), $0 | "sort -rn" }' files