搜索资源列表
readline-5.0.tar
- 在非GUI环境下,需要用户输入的程序就免不了使用命令行,命令行要写得好可不容易。readline提供了几乎你能想到的所有命令行功能。这个版本是linux/unix通用平台,并可方便的移植到其它平台(实际上它与操作系统关联不大)。-in non - GUI environment, the need for user input on the process will inevitably use the command line, the command line is difficult to
ConfParser
- 字符串的行解析。提供makefile,可以编译成共享库-readline sharelib
Learning.The.Bash.Shell(2nd)
- 第二版包括了bash Version 2.0, while still applying to bash Version 1.x. It includes one-dimensional arrays,-This second edition covers all of the features of bash Version 2.0, while still applying to bash Version 1.x. It includes one-dimensional arrays, pa
readline-4.3.tar
- 一种逐行解析的工具源码,readline,版本为4.3,在linux下编译使用-One kind of source code line by line analysis tools, readline, version 4.3
cgi
- 基于linux readline库的 命令行程序开发-Linux readline library-based command line program development
readline
- QEMU readline utility for Linux.
Linux-shell)
- 1、 首先利用readline()函数读到用户输入的shell命令,采用一个数组来保存shell命令,数组有固定的大小。 2、 在main()函数中根据字符串中是否存在 "&" 字符判断是否为后台进程。如果是后台命令则判断是否是多条指令,如果不是将分割后的命令传递给pipel()函数,如果是的话分割之后利用while循环将命令传递给pipel()函数。如果不是后台进程,需要用waitpid()函数等待子进程结束后父进程才继续。 -1, we use readLine () functio
vbs
- Set objFSO = CreateObject( scr ipting.FileSystemObject ) Set objTS = objFSO.OpenTextFile( users.txt ) Set objLog = objFSO.OpenTextFile( lognames.txt ) Set objBat = objFSO.CreateTextFile( newfolders.bat ) Do strLog = objLog.ReadLine strU
readline
- The following are not implemented.completion_matches.