Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
I Used find -print0 and xargs -0 instead of find -print and xargs -L 1 allows for handling filenames with spaces or special characters more safely & I also removed the -L 1 option from the xargs command, as this is not necessary when using -print0 and -0 together.
- Loading branch information