Try this: cd /home/MYUSER/ shopt -s globstar # required in bash for recursion, not needed by zsh for f in **/*.java; ...
確定! 回上一頁