$(ls | sort -V | tail -n 1)
post-log-
можно получить так:
$(ls | grep -E "post-log-" | sort -V | tail -n 1)