TIL there’s not really a way to sort files by modification time using plain old ls. macOS had ls -ltU, but that’s non-standard. A mix of ls -ltU and ls -ltUr is good enough for my inbox file futzing.
TIL there’s not really a way to sort files by modification time using plain old ls. macOS had ls -ltU, but that’s non-standard. A mix of ls -ltU and ls -ltUr is good enough for my inbox file futzing.