https://github.com/litongjava/go-rm-lastupdate
用go语言写一个程序,从命令行中获取路径,删除指定路径下的所有*.lastUpdated的文件
https://github.com/litongjava/go-rm-lastupdate
Last synced: 11 months ago
JSON representation
用go语言写一个程序,从命令行中获取路径,删除指定路径下的所有*.lastUpdated的文件
- Host: GitHub
- URL: https://github.com/litongjava/go-rm-lastupdate
- Owner: litongjava
- License: apache-2.0
- Created: 2023-02-18T22:43:13.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-18T22:46:35.000Z (over 3 years ago)
- Last Synced: 2025-03-21T07:21:48.890Z (about 1 year ago)
- Language: Go
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# go-rm-lastUpdate
用go语言写一个程序,从命令行中获取路径,删除指定路径下的所有*.lastUpdated的文件
启动命令
```shell
go-rm-lastUpdate.exe D:\dev_mavenRepository
```