Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想编写一个程序,当在 PUTTY 中执行时,它要求输入月份和年份,并仅显示修改(或创建)日期与输入匹配的文件。例如,如果用户输入 2013 年 1 月,则输出必须是在 2013 年 1 月创建或修改的文件。我正在尝试使用 AgeFIleFilter 但没有获得特定日期的输出。
有人有解决方案吗?