1 if [ $# -eq 0 ] 2 then 3 echo "tidy-profile profile" 4 exit 1 5 fi 6 7 find profile/$1/symbol/ -type f -exec ./script/sort-symbol-file {} \;