Skip to content

zhaopei8948/timing-operation-file

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

C11标准+(WINDOOWS API | LINUX/UNIX/APPLE API)

使用的第三方库

log.c https://github.com/rxi/log.c

tiny-regex-c https://github.com/kokke/tiny-regex-c

源码编译

git clone https://github.com/zhaopei8948/timing-operation-file
cd timing-operation-file
windows {
md build
cd build
cmake -G"MinGW Makefiles" ..\
make

.\tof #查看帮助信息 | .\tof -h
}

linux,apple,unix {
mkdir -v build
cd build
cmake ../
make

./tof | ./tof -h
}

image

About

定时操作文件,移动或者删除,根据传入的参数

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published