Como você usou o operando -ls , find retorna true imediatamente e imprime o nome do caminho atual, cancelado por padrão -print , não há ação após -mtime +74 , não teve efeito:
-ls Always evaluates to the value True. Causes the current path name
to be printed together with its associated statistics
Se você fez:
find . -ls -mtime +74 -print
então você obteve a agregação do resultado de ambos os operandos.