# file-process **Repository Path**: cajan2/file-process ## Basic Information - **Project Name**: file-process - **Description**: file_process是一个cli程序。 根据不同的子命令,有不同的用法 比如 1.delete_duplicate 用于处理去除重复内容的多余文件; 2.change_ip 更新hosts文件中的ip address; - **Primary Language**: Go - **License**: BSD-3-Clause - **Default Branch**: master - **Homepage**: https://gitee.com/cajan2/file-process - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-07-01 - **Last Updated**: 2023-07-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README windows: go build cmd/cli/file_process.go linux: GOOS=linux CGO_ENABLED=0 go build -ldflags="-s -w" -mod=mod -installsuffix cgo -o file_process cmd/cli/file_process.go