# Script to determine whether the first file is newer than the second.
# If the first does not exist, the answer is "no";
# if the second does not exist, the answer is "yes";
# otherwise their ages are compared using "find".
# Script to determine whether the first file is newer than the second.
# If the first does not exist, the answer is "no";
# if the second does not exist, the answer is "yes";
# otherwise their ages are compared using "find".