oldest=$(...)
: This is an assignment operation in Shell script. It assigns the output of the command inside the parentheses to the variable
- le: This is a comparison operator in Shell script. It stands for "less than or equal to". It returns true if the value on its left is less than or equal to the value on its right.