搜索资源列表
myshell
- 实现Shell,能处理命令 cd :改变进程当前路径 pwd :查看进程当前路径 pid:查看当前进程号(getpid()系统调用) logout :退出shell ls [-l] rm [-r] mkdir, mv, cp-achieve Shell, can handle orders cd : the process of change current path pwd : View current path process pid : View the cur
aprogramofTelnet
- 编程实现telnet,即:比如我们平时要输一条命令:ls -l 现在我想直接用程序发出这条命令,并且接受反馈回来的信息-Programming telnet, namely : For instance, we usually lose one order : ls-l Now I would like to use the procedures issued this order and receive feedback information
ls.rar
- linux下shell命令"ls -l"的C语言实现方法。,shell under linux command " ls-l" Ways of the C language implementation.
myls
- 自己编写的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 comma
ls
- linux下ls的简单实现,具体看代码-ls under linux the easy implementation, the specific code look
lscommand
- 3.编程实现在linux中ls -l -a 命令。用c重新实现类似ls -l -a 命令-3. Programming in the linux implementation of ls-l-a command. C re-implementation with similar ls-l-a command
Linux_share
- 一个实现基本功能的shell命令解释器,具有带参数例如ls -l -h,管道,重定向,后台,等功能。-Implementation of the basic functions of a shell command interpreter, with band parameters such as ls-l-h, pipelines, redirection, Backgrounds, and other functions.
sol03.18
- 使LS -l 可以实现列出子目录文件的功能-LS-l can be achieved so that subdirectory files are listed in the function
myls
- 在linux下使用C代码,实现shell指令ls -l 的功能。注重于从文件中读取目录中的信息,然后控制格式,达到ls -l 的功能。-In linux using C code, and achieve the shell command ls-l functions. Focus on reading from the file directory information, and then control the format, to ls-l functions.
list
- 练习使用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 optio
newshell
- 实现一个简单的shell,支持简单命令,例如ls,pwd,ls -l等,还支持cd内建命令。-Implement a simple shell, supports simple commands such as ls, pwd, ls-l and so on, also supports the cd built-in command.
my_ls
- linux下ls命令的实现,可以实现ls命令,已经后面加-a,-l,-i的命令。-Under the realization of the command ls Linux, can realize the ls, has ordered added-a,-l,-I command.
ls
- 模拟Linux下的ls,实现包括-a,-l,-al,以及不同类型文件的着色处理-The ls under Linux emulation
lscode.tar
- 用C语言实现unix/linux下 ls -l 命令,里面的注释都是英文的但比较容易读懂-Unix/linux using C language under the ls-l command inside the notes are in English, but relatively easy to read
ls-tree
- 两个文件,分别简单实现linux下的ls-l功能和树形结构显示目录的tree功能。-Two files, a simple function under linux ls-l and a tree structure to display the directory tree.
linux_order
- linux下实现 (源码) who -H cp -r ls -l -a tail -l -n -linux realizing who-H cp-r ls-l-a tail-l-n
LS
- linux中实现 ls ls -a ls -l的功能-linux achieve ls ls-a ls-l function
linux_ls_-l
- 用c语言 实现linux下ls -l文件查看功能-Under linux ls-l function
ls -l
- 实现ls -l功能,打开文件夹,列出文件名,大小,详细信息(Implementation ls -l function)
ls_l
- 完整的ls –l命令(按照长格式显示当前目录下非隐藏文件的属性)。(Complete LS - L command (according to the long format attributes of non hidden files in the current directory).)