资源简介
Linux下实现ls命令的-l、-i、-t选项 用c语言实现。资源内容为在Linux系统下可直接运行的代码。
代码片段和文件信息
/*
********************
Linux下实现ls命令的-l、-i、-t选项
********************
*/
#include
#include
#include
#include
#include
#include
#include
#include
#include
#include
#include
#include
static bool flag[4]; //确定命令参数选项的全局变量
void derror(const char *);
void dirs(const char *bool flag[]);
void showlist(const char *const struct stat *bool flag[]);
void ftype(const struct stat *);
void fpower(const struct stat *);
void fpower_char(mode_tmode_tconst char);
void getid(const struct stat *);
void showtime(const struct stat *);
void derror(const char * ptr) /*error错误处理*/
{
perror(ptr);
exit(1);
}
void dirs(const char * pathnamebool flag[]) /*读取目录中的文件*/
{
ch
- 上一篇:ip数据包捕获程序设计实验 mfc
- 下一篇:10 C语言课程设计_太空战机.doc
相关资源
- -嵌入式Linux C语言程序设计基础教程微
- linux嵌入式串口通信程序
- Linux C++ TCP Socket传输文件或图片
- Linux串口调试助手(基于QT)
- SOCKET网络编程:Linux下实现聊天室
- 华三linuxC语言面笔试精选
- linux下利用/proc进行进程树的打印
- linux下用c语言实现简单的FTP客户端
- linux/Win32下读写ini文件的c++类
- C语言编译的基于Linux下的client与serv
- RSA加密解密之Linux C语言版
- linux下俄罗斯方块小游戏c语言
- MP3解析,可获取歌曲信息和歌曲播放
- Linux入门教程C语言编程网
- 2048小游戏源代码Linux平台
- C++教程网《Linux网络编程》视频百度云
- linux下C语言实现SM9国密算法
- LINUX上用C语言实现FTP客户端与服务器
- linux c++ 守护线程,判断程序是否运行
- 基于Linux的TCP多线程网络聊天室源码内
- linux下c编写的电子词典
- 《LINUX/UNIX系统编程手册》((德)
- Linux下C++ 与python人脸检测
- 图书管理系统(基于linux采用sqlite数据
- 使用proc目录打印linux进程树
- Linux jpg转bmp
- linux系统下chatroom程序
- C语言实现FTP上传文件(支持windows和
- linux C 发送邮件
- 多用户文件系统设计源码C++
评论
共有 条评论