This question evaluates shell scripting and filesystem manipulation skills, specifically recursive file traversal and file metadata handling using Unix command-line tools, and belongs to the Coding & Algorithms domain (Bash/File System).
Implement a Bash function (or shell snippet) that returns the maximum file size (in bytes) under a given directory.
DIR
DIR
0
If DIR contains files of sizes 10, 25, and 7 bytes (possibly in subdirectories), output 25.