Hacker News new | ask | show | jobs
by phireal 5063 days ago
Combine watch with ls -ltr and you have a neat little way to keep an eye on a given file or directory:

    watch -n 1 ls -ltr