https://github.com/litongjava/go-rm-file
删除自定目录后,指定后缀的文件
https://github.com/litongjava/go-rm-file
Last synced: 11 months ago
JSON representation
删除自定目录后,指定后缀的文件
- Host: GitHub
- URL: https://github.com/litongjava/go-rm-file
- Owner: litongjava
- License: apache-2.0
- Created: 2023-02-23T05:17:04.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-05-21T02:07:37.000Z (over 1 year ago)
- Last Synced: 2025-01-26T04:09:35.520Z (about 1 year ago)
- Language: Go
- Size: 8.79 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-file
删除自定目录中指定的文件
启动命令
``
go-rm-file [path] [name]
``
```shell
go-rm-file E:\code cmake-build-debug
go-rm-file E:\code cmake-build-release
```