Chocorean / lm

Short command to get last modified files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add --before and --after options

Chocorean opened this issue · comments

  • --after DATE : Do not display files modified before DATE
  • --before DATE : Do not display files modified after DATE

Question is, what format for DATE?

  • date: 2022-04-08 (time will be 00:00AM)
  • datetime: 2022-04-08T16:28-04:00 (date -Iminutes)
  • time: 12:00:00 (date will be today)
  • timestamp: 1649109662