How do I find all the files that were created today in Unix/Linux?

后端 未结 11 667
梦谈多话
梦谈多话 2020-12-24 00:21

How do I find all the files that were create only today and not in 24 hour period in unix/linux

11条回答
  •  天涯浪人
    2020-12-24 00:54

    If you're did something like accidentally rsync'd to the wrong directory, the above suggestions work to find new files, but for me, the easiest was connecting with an SFTP client like Transmit then ordering by date and deleting.

提交回复
热议问题