实现简单的 ls 命令

今天天气不错,实现个自己的 ls 命令玩玩,现在实现来 -l 参数,以后有空再把其他参数补全:)   1 #include <stdio.h> 2 #include <sys/types.h> 3 #include <sys/stat.h> 4 #include <dirent.h> 5 #include <string.h> 6 #include <pwd.h> 7
相关文章
相关标签/搜索