Welcome![Sign In][Sign Up]
Location:
Search - ls command

Search list

[Linux-Unixls2

Description: linux下的ls指令,可以实现,这个是改进版-linux under the ls command, can be achieved, this improved version is
Platform: | Size: 1658 | Author: 吴阳辉 | Hits:

[Linux-Unixhls.tar

Description: 自己写的ls命令-himself wrote the ls command
Platform: | Size: 12780 | Author: 何智峰 | Hits:

[Linux-Unixhls.tar

Description: 自己写的ls命令-himself wrote the ls command
Platform: | Size: 12288 | Author: 何智峰 | Hits:

[Linux-Unixdemo_ls-l

Description: a demo of command of "ls -l"-a demo of command of the "ls-l"
Platform: | Size: 1024 | Author: 糖糖 | Hits:

[Linux-Unixls2

Description: linux下的ls指令,可以实现,这个是改进版-linux under the ls command, can be achieved, this improved version is
Platform: | Size: 1024 | Author: 吴阳辉 | Hits:

[Otherls

Description: LS命令的使用详细说明,感觉是不错,可以随时参考-LS command the use of detailed description of the feeling is good, you can always reference
Platform: | Size: 3072 | Author: 董国生 | Hits:

[Linux-Unixlsdemo

Description: ls 命令可以说是linux下最常用的命令之一。它有众多的选项,其中有很多是很有用的,你是否熟悉呢?我写了一个模拟ls命令的程序,非常有用.-ls command can be said to be under linux, one of the most commonly used commands. It has a large number of options, many of whom are very useful, are you familiar with it? I wrote a simulated ls command procedures, very useful.
Platform: | Size: 119808 | Author: 赵峰 | Hits:

[Linux-UnixUNIX_V7_ls

Description: 对LS命令的详细注释,是在UNIX V7版本下的。-LS command of detailed notes, in the version of UNIX V7.
Platform: | Size: 6144 | Author: 冯振华 | Hits:

[Linux-Unixls

Description: 实现UNIX下的ls全部功能,同时添加了可以生成目录树.实现内容:1.如何读取目录的内容 2.目录排序 3.文件类型以及如何知道文件的类型 4.位操作及掩码的使用 5.用户与组ID数据库 6.UNIX文件系统的内部结构:i-节点和数据块 7.更改当前目录 8.输出颜色的改变和分栏 9.学习并实现ls命令各参数 10.解析命令行参数 -Ls under UNIX to achieve full functionality, while adding a directory tree can be generated. The realization of the contents: 1. How to read the contents of the directory 2. Directory sort 3. File types and how to know the type of document 4.-Bit operation and the use of mask 5. user and group ID database 6.UNIX the internal structure of the file system: i-node and data block 7. Change the current directory 8. output color change and column 9. learn and achieve ls command parameters 10. Analysis of the command line parameters
Platform: | Size: 23552 | Author: 周蜚语 | Hits:

[Linux-Unixls

Description: linux下shell命令"ls -l"的C语言实现方法。-shell under linux command " ls-l" Ways of the C language implementation.
Platform: | Size: 1024 | Author: 彭晓 | Hits:

[Linux-Unixshell1

Description: 实现简单的Linux Shell,至少支持cd、pwd、logout、ls等命令-Implementing simple Linux Shell, at least to support the cd, pwd, logout, ls command, etc.
Platform: | Size: 1024 | Author: No1_chen | Hits:

[Linux-Unixls3

Description: C 命令编写 Unix 中 ls 命令 -ls command programming in C
Platform: | Size: 1024 | Author: rui | Hits:

[Linux-Unixls

Description: linux的文件系统的ls命令,包括加入功能-a等选项,完善的ls命令-linux file system of the ls command, including adding features such as option-a perfect ls command
Platform: | Size: 1024 | Author: still | Hits:

[Linux-Unixlist

Description: 练习使用vi,使用UNIX的系统调用和库函数,体会UNIX文件通配符的处理方式以及命令对选项的处理方式。与ls命令类似,命令行参数可以有0到多个,实现自定义选项r,a,l,h,m以及--. ——北京邮电大学计算机系Cc-Practice to use vi, use the UNIX system calls and library functions, experience of UNIX file handling of wildcards, and command of the options approach. With the ls command similar to the command line parameters can have 0 to many, to achieve a custom option r, a, l, h, m, and--.- Beijing University of Posts and Telecommunications Department of Computer Cc
Platform: | Size: 2048 | Author: CC | Hits:

[OS Developcommand

Description: 为Windows操作系统建立一个兼容Unix命令的命令接口; 实现命令包括ls,cat,cp,mv,md,rd,cd,sort,more,print,命令的内容与详细格式请查阅unix命令手册; 可以字符形式接收命令,执行命令,然后显示命令执行结果。-Compatible for the Windows operating system, a Unix command command interface to achieve order, including ls, cat, cp, mv, md, rd, cd, sort, more, print, order the content and details of the format please refer to unix command manual can character receive the command, the command, and then display the command execution results.
Platform: | Size: 3072 | Author: | Hits:

[Linux-Unixls

Description: 本实验实现了一个简单的ls命令,它用来显示文件夹内容的详细信息,相当于ls –la-The experimental realization of a simple ls command, which displays detailed information about the folder' s contents, equivalent to ls-la
Platform: | Size: 18432 | Author: sdf | Hits:

[Software Engineeringls

Description: linux下的ls命令功能,是初学者可以看懂的源代码-ls command function
Platform: | Size: 1024 | Author: 周彦 | Hits:

[Internet-Networkls

Description: 这个是自己写的用c语言实现类似linux的命令ls显示当前目录下的文件详细信息列表,主要是对目录的操作,以及怎样显出在终端的布局。-This is written in their own C language used to achieve similar to the Linux LS command to display a list of the current directory files with information, is mainly to the directory operations, and how to show in the terminal layout.
Platform: | Size: 1024 | Author: lxtang | Hits:

[Linux-Unixls

Description: 使用opendir、readdir、closedir等函数来操作目录,使用stat函数来获取文件信息。编写一个功能完整的实现Unix/Linux下ls命令的程序,并且该程序实现了-l(长格式)选项功能,并能在Unix/Linux环境下正确地运行。-Use opendir, readdir, close to operate functions such as directory, use the stat function to get file information. Write a full-featured implementation of programs Unix/Linux under the ls command, and the program implements the-l (long format) option function, and can run correctly under Unix/Linux environment.
Platform: | Size: 1024 | Author: Selena Wang | Hits:

[Linux-Unix1.1-ls

Description: the use of ls command.
Platform: | Size: 4096 | Author: ick | Hits:
« 12 3 4 5 6 »

CodeBus www.codebus.net