Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fixup! Added check for files bigger than 4GB (#186)
* Loop will break if filename contains newline(which is possible), use null-separated list instead. Refer-to: For loops over find output are fragile. Use find -exec or a while read loop. - SC2044 · koalaman/shellcheck Wiki <https://github.com/koalaman/shellcheck/wiki/SC2044> Signed-off-by: 林博仁(Buo-ren Lin) <[email protected]>
- Loading branch information