Comment on Managing Work-In-Progress Folders with “ls -ltr”Comments−phireal14yCombine 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
Comments
Combine watch with ls -ltr and you have a neat little way to keep an eye on a given file or directory: