```$ find . -name "BUILD.*" | xargs -n1 basename |...
# general
b
Copy code
$ find . -name "BUILD.*" | xargs -n1 basename | sort | uniq
BUILD.bootstrap
BUILD.hadoop
BUILD.opensource
BUILD.pygen
BUILD.tools