# small-tips-bycpp **Repository Path**: godeni/small-tips-bycpp ## Basic Information - **Project Name**: small-tips-bycpp - **Description**: 使用C++攥写的小工具,帮助提高效率 - **Primary Language**: C++ - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-09-11 - **Last Updated**: 2023-09-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # small-tips-bycpp #### 介绍 使用C++攥写的小工具,帮助提高效率 #### 软件架构 软件架构说明 晚点写,看看别人如何写的 #### 安装教程 1. g++ -std=c++11 -o getfilename get_file_name.cpp 进行简单的编译即可使用 #### 使用说明 1. 进行编译之后即可使用, ./getfilename <绝对路径> <年月日(可选)> <时分秒(可选)> 执行上述语句即可得到 特定日期之后的文件,文件会写入output.txt文件之中 注:年月日格式为: 2023-09-20 ​ 时分秒格式为: 20:00:00