Ruby:查找最近修改的文件
在目录中查找最近修改的文件的惯用方法是什么?
What's an idiomatic way to find the most recently modified file within a directory?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
在目录中查找最近修改的文件的惯用方法是什么?
What's an idiomatic way to find the most recently modified file within a directory?
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(3)
我不确定是否真的有这样的成语。我会
编辑
看看三个人如何同时给出或多或少相同的答案。一定是这个。
I'm not sure if there really is an idiom for this. I would do
Edit
Seeing how three people gave more or less the same answer at the same time. This must be it.
这不是递归的。
This is not recursive.