/c-linux-command

C语言实现一些linux命令

Primary LanguageCApache License 2.0Apache-2.0

c-linux-command

C语言实现一些linux命令

find

ls为基本

find -name 实现了按名字查找

myfind实现了-name, -ctime, -mtime, -prune加目录排除

time

很简单的实现