huangkaibo / c-linux-command

C语言实现一些linux命令

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

c-linux-command

C语言实现一些linux命令

find

ls为基本

find -name 实现了按名字查找

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

time

很简单的实现

About

C语言实现一些linux命令

License:Apache License 2.0


Languages

Language:C 100.0%