文件名称:myls
- 所属分类:
- Linux/Unix编程
- 资源属性:
- [C/C++] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 2kb
- 下载次数:
- 0次
- 提 供 者:
- 李**
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
自己编写的Linux下的C程序,实现ls命令的功能。
可选参数有-a -l -al
后面可以加上目录或文件名,也可不加。不写路径的默认是当前目录。
输入错误命令会提示正确的命令格式。-A C program under Linux to achieve ls commands.
Optional parameters are-a-l and-al
Can be followed with the directory or file name.
If the command doesn t contain the path, the default is the current directory path.
Correct command format will be displayed if inputed incorrect commands.
可选参数有-a -l -al
后面可以加上目录或文件名,也可不加。不写路径的默认是当前目录。
输入错误命令会提示正确的命令格式。-A C program under Linux to achieve ls commands.
Optional parameters are-a-l and-al
Can be followed with the directory or file name.
If the command doesn t contain the path, the default is the current directory path.
Correct command format will be displayed if inputed incorrect commands.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
myls.c