Do not bother with pushd/popd construct -- there is no need to go back to original directory in a subshell. Use "find --exec" instead of "find | xargs" to handle special file names better.
Do not bother with pushd/popd construct -- there is no need to go back to original directory in a subshell. Use "find --exec" instead of "find | xargs" to handle special file names better.